#E17CC2

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

Shades of Persian Pink #E17CC2

Tints of Persian Pink #E17CC2

Color information

#E17CC2 (or 0xE17CC2) is unknown color: approx Persian Pink. HEX triplet: E1, 7C and C2. RGB value is (225,124,194). Sum of RGB (Red+Green+Blue) = 225+124+194=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 124 (48.83% from 255 or 22.84% from 543); Blue value is 194 (76.17% from 255 or 35.73% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E17CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17CC2 is #1E833D. Grayscale: #A2A2A2. Windows color (decimal): -1999678 or 12745953. OLE color: 12745953.

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

Color convert

RGB225124194-
CMYK00.450.140.12
HSL318.42º62.73%68.43%-
HSV(B)318.42º44.89%88.24%-
XYZ4834.3255.13-
YUV162.18145.96172.81-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.44%
GREEN value IS 124 (48.83% from 255) = 22.84%
BLUE value IS 194 (76.17% from 255) = 35.73%
R=41.44%
G=22.84%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512419400.450.140.12318.4262.7368.43
HexE17CC202DEC13e3f44
Octal341174302055161447677104
Binary111000011111100110000100101101111011001001111101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17CC2; }

 p { color: rgb(225,124,194); }

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

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

 a { background-color: rgb(225,124,194); }

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

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

 span { border-color: rgb(225,124,194); }

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