#E17BB5

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

Shades of Persian Pink #E17BB5

Tints of Persian Pink #E17BB5

Color information

#E17BB5 (or 0xE17BB5) is unknown color: approx Persian Pink. HEX triplet: E1, 7B and B5. RGB value is (225,123,181). Sum of RGB (Red+Green+Blue) = 225+123+181=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 123 (48.44% from 255 or 23.25% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E17BB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17BB5 is #1E844A. Grayscale: #9F9F9F. Windows color (decimal): -1999947 or 11893729. OLE color: 11893729.

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

Color convert

RGB225123181-
CMYK00.450.200.12
HSL325.88º62.96%68.24%-
HSV(B)325.88º45.33%88.24%-
XYZ46.4733.5147.73-
YUV160.11139.79174.28-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.53%
GREEN value IS 123 (48.44% from 255) = 23.25%
BLUE value IS 181 (71.09% from 255) = 34.22%
R=42.53%
G=23.25%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512318100.450.200.12325.8862.9668.24
HexE17BB502D14C1463f44
Octal341173265055241450677104
Binary1110000111110111011010101011011010011001010001101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17BB5; }

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

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

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

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

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

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

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

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