#E17DC3

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

Shades of Persian Pink #E17DC3

Tints of Persian Pink #E17DC3

Color information

#E17DC3 (or 0xE17DC3) is unknown color: approx Persian Pink. HEX triplet: E1, 7D and C3. RGB value is (225,125,195). Sum of RGB (Red+Green+Blue) = 225+125+195=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 125 (49.22% from 255 or 22.94% from 545); Blue value is 195 (76.56% from 255 or 35.78% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17DC3 is #1E823C. Grayscale: #A2A2A2. Windows color (decimal): -1999421 or 12811745. OLE color: 12811745.

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

Color convert

RGB225125195-
CMYK00.440.130.12
HSL318º62.5%68.63%-
HSV(B)318º44.44%88.24%-
XYZ48.2434.6155.77-
YUV162.88146.13172.31-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.28%
GREEN value IS 125 (49.22% from 255) = 22.94%
BLUE value IS 195 (76.56% from 255) = 35.78%
R=41.28%
G=22.94%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512519500.440.130.1231862.568.63
HexE17DC302CDC13e3e45
Octal341175303054151447676105
Binary111000011111101110000110101100110111001001111101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17DC3; }

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

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

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

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

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

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

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

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