#E17BB7

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

Shades of Persian Pink #E17BB7

Tints of Persian Pink #E17BB7

Color information

#E17BB7 (or 0xE17BB7) is unknown color: approx Persian Pink. HEX triplet: E1, 7B and B7. RGB value is (225,123,183). Sum of RGB (Red+Green+Blue) = 225+123+183=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 183 (71.88% from 255 or 34.46% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E17BB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17BB7 is #1E8448. Grayscale: #A0A0A0. Windows color (decimal): -1999945 or 12024801. OLE color: 12024801.

HSL color Cylindrical-coordinate representation of color #E17BB7: hue angle of 324.71º 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 #E17BB7 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB225123183-
CMYK00.450.190.12
HSL324.71º62.96%68.24%-
HSV(B)324.71º45.33%88.24%-
XYZ46.6833.5948.82-
YUV160.34140.79174.12-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.37%
GREEN value IS 123 (48.44% from 255) = 23.16%
BLUE value IS 183 (71.88% from 255) = 34.46%
R=42.37%
G=23.16%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512318300.450.190.12324.7162.9668.24
HexE17BB702D13C1453f44
Octal341173267055231450577104
Binary1110000111110111011011101011011001111001010001011111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17BB7; }

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

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

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

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

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

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

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

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