#E17EBE

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

Shades of Persian Pink #E17EBE

Tints of Persian Pink #E17EBE

Color information

#E17EBE (or 0xE17EBE) is unknown color: approx Persian Pink. HEX triplet: E1, 7E and BE. RGB value is (225,126,190). Sum of RGB (Red+Green+Blue) = 225+126+190=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 126 (49.61% from 255 or 23.29% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E17EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17EBE is #1E8141. Grayscale: #A2A2A2. Windows color (decimal): -1999170 or 12484321. OLE color: 12484321.

HSL color Cylindrical-coordinate representation of color #E17EBE: hue angle of 321.21º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E17EBE is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB225126190-
CMYK00.440.160.12
HSL321.21º62.26%68.82%-
HSV(B)321.21º44%88.24%-
XYZ47.8134.6552.88-
YUV162.9143.3172.3-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.59%
GREEN value IS 126 (49.61% from 255) = 23.29%
BLUE value IS 190 (74.61% from 255) = 35.12%
R=41.59%
G=23.29%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512619000.440.160.12321.2162.2668.82
HexE17EBE02C10C1413e45
Octal341176276054201450176105
Binary1110000111111101011111001011001000011001010000011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17EBE; }

 p { color: rgb(225,126,190); }

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

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

 a { background-color: rgb(225,126,190); }

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

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

 span { border-color: rgb(225,126,190); }

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