#E17BB9

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

Shades of Persian Pink #E17BB9

Tints of Persian Pink #E17BB9

Color information

#E17BB9 (or 0xE17BB9) is unknown color: approx Persian Pink. HEX triplet: E1, 7B and B9. RGB value is (225,123,185). Sum of RGB (Red+Green+Blue) = 225+123+185=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 123 (48.44% from 255 or 23.08% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E17BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17BB9 is #1E8446. Grayscale: #A0A0A0. Windows color (decimal): -1999943 or 12155873. OLE color: 12155873.

HSL color Cylindrical-coordinate representation of color #E17BB9: hue angle of 323.53º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E17BB9 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB225123185-
CMYK00.450.180.12
HSL323.53º62.96%68.24%-
HSV(B)323.53º45.33%88.24%-
XYZ46.8933.6849.93-
YUV160.57141.79173.96-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.21%
GREEN value IS 123 (48.44% from 255) = 23.08%
BLUE value IS 185 (72.66% from 255) = 34.71%
R=42.21%
G=23.08%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512318500.450.180.12323.5362.9668.24
HexE17BB902D12C1443f44
Octal341173271055221450477104
Binary1110000111110111011100101011011001011001010001001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17BB9; }

 p { color: rgb(225,123,185); }

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

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

 a { background-color: rgb(225,123,185); }

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

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

 span { border-color: rgb(225,123,185); }

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