#E17EBC

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

Shades of Persian Pink #E17EBC

Tints of Persian Pink #E17EBC

Color information

#E17EBC (or 0xE17EBC) is unknown color: approx Persian Pink. HEX triplet: E1, 7E and BC. RGB value is (225,126,188). Sum of RGB (Red+Green+Blue) = 225+126+188=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 126 (49.61% from 255 or 23.38% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E17EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17EBC is #1E8143. Grayscale: #A2A2A2. Windows color (decimal): -1999172 or 12353249. OLE color: 12353249.

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

Color convert

RGB225126188-
CMYK00.440.160.12
HSL322.42º62.26%68.82%-
HSV(B)322.42º44%88.24%-
XYZ47.5934.5651.74-
YUV162.67142.3172.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.74%
GREEN value IS 126 (49.61% from 255) = 23.38%
BLUE value IS 188 (73.83% from 255) = 34.88%
R=41.74%
G=23.38%
B=34.88%

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
Decimal22512618800.440.160.12322.4262.2668.82
HexE17EBC02C10C1423e45
Octal341176274054201450276105
Binary1110000111111101011110001011001000011001010000101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17EBC; }

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

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

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

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

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

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

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

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