#E377AB

Color #E377AB Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #E377AB

Tints of Persian Pink #E377AB

Color information

#E377AB (or 0xE377AB) is unknown color: approx Persian Pink. HEX triplet: E3, 77 and AB. RGB value is (227,119,171). Sum of RGB (Red+Green+Blue) = 227+119+171=517 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.91% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 227 - color contains mainly: red. Hex color #E377AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E377AB is #1C8854. Grayscale: #9D9D9D. Windows color (decimal): -1869909 or 11237347. OLE color: 11237347.

HSL color Cylindrical-coordinate representation of color #E377AB: hue angle of 331.11º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E377AB is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB227119171-
CMYK00.480.250.11
HSL331.11º65.85%67.84%-
HSV(B)331.11º47.58%89.02%-
XYZ45.6332.4642.39-
YUV157.22135.78177.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 227 (89.06% from 255) = 43.91%
GREEN value IS 119 (46.88% from 255) = 23.02%
BLUE value IS 171 (67.19% from 255) = 33.08%
R=43.91%
G=23.02%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711917100.480.250.11331.1165.8567.84
HexE377AB03019B14b4244
Octal3431672530603113513102104
Binary11100011111011110101011011000011001101110100101110000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E377AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E377AB; }

 p { color: rgb(227,119,171); }

 H1.HeaderClassName
 {
   color: #E377AB;
 }
 .AnyTagClassName
 {
   color: #E377AB;
 }
</style>
background-color css

<style>
 a { background-color: #E377AB; }

 a { background-color: rgb(227,119,171); }

 div.DivClassName
 {
   background-color: #E377AB;
 }
 .BgClassName
 {
   background-color: #E377AB;
 }
</style>
border-color css

<style>
 span { border-color: #E377AB; }

 span { border-color: rgb(227,119,171); }

 td.TdClassName
 {
   border-color: #E377AB;
 }
 .TagClassName
 {
   border-color: #E377AB;
 }
</style>