#E17DC5

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

Shades of Persian Pink #E17DC5

Tints of Persian Pink #E17DC5

Color information

#E17DC5 (or 0xE17DC5) is unknown color: approx Persian Pink. HEX triplet: E1, 7D and C5. RGB value is (225,125,197). Sum of RGB (Red+Green+Blue) = 225+125+197=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 125 (49.22% from 255 or 22.85% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17DC5 is #1E823A. Grayscale: #A2A2A2. Windows color (decimal): -1999419 or 12942817. OLE color: 12942817.

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

Color convert

RGB225125197-
CMYK00.440.120.12
HSL316.8º62.5%68.63%-
HSV(B)316.8º44.44%88.24%-
XYZ48.4634.7156.97-
YUV163.11147.13172.15-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.13%
GREEN value IS 125 (49.22% from 255) = 22.85%
BLUE value IS 197 (77.34% from 255) = 36.01%
R=41.13%
G=22.85%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512519700.440.120.12316.862.568.63
HexE17DC502CCC13d3e45
Octal341175305054141447576105
Binary111000011111101110001010101100110011001001111011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17DC5; }

 p { color: rgb(225,125,197); }

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

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

 a { background-color: rgb(225,125,197); }

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

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

 span { border-color: rgb(225,125,197); }

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