#E17EBA

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

Shades of Persian Pink #E17EBA

Tints of Persian Pink #E17EBA

Color information

#E17EBA (or 0xE17EBA) is unknown color: approx Persian Pink. HEX triplet: E1, 7E and BA. RGB value is (225,126,186). Sum of RGB (Red+Green+Blue) = 225+126+186=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 126 (49.61% from 255 or 23.46% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E17EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17EBA is #1E8145. Grayscale: #A2A2A2. Windows color (decimal): -1999174 or 12222177. OLE color: 12222177.

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

Color convert

RGB225126186-
CMYK00.440.170.12
HSL323.64º62.26%68.82%-
HSV(B)323.64º44%88.24%-
XYZ47.3834.4750.61-
YUV162.44141.3172.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.90%
GREEN value IS 126 (49.61% from 255) = 23.46%
BLUE value IS 186 (73.05% from 255) = 34.64%
R=41.90%
G=23.46%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512618600.440.170.12323.6462.2668.82
HexE17EBA02C11C1443e45
Octal341176272054211450476105
Binary1110000111111101011101001011001000111001010001001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17EBA; }

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

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

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

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

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

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

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

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