#E97DC0

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

Shades of Persian Pink #E97DC0

Tints of Persian Pink #E97DC0

Color information

#E97DC0 (or 0xE97DC0) is unknown color: approx Persian Pink. HEX triplet: E9, 7D and C0. RGB value is (233,125,192). Sum of RGB (Red+Green+Blue) = 233+125+192=550 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.36% from 550); Green value is 125 (49.22% from 255 or 22.73% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 233 - color contains mainly: red. Hex color #E97DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97DC0 is #16823F. Grayscale: #A4A4A4. Windows color (decimal): -1475136 or 12615145. OLE color: 12615145.

HSL color Cylindrical-coordinate representation of color #E97DC0: hue angle of 322.78º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E97DC0 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB233125192-
CMYK00.460.180.09
HSL322.78º71.05%70.2%-
HSV(B)322.78º46.35%91.37%-
XYZ50.4535.854.12-
YUV164.93143.28176.55-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.36%
GREEN value IS 125 (49.22% from 255) = 22.73%
BLUE value IS 192 (75.39% from 255) = 34.91%
R=42.36%
G=22.73%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312519200.460.180.09322.7871.0570.2
HexE97DC002E1291434746
Octal3511753000562211503107106
Binary11101001111110111000000010111010010100110100001110001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97DC0; }

 p { color: rgb(233,125,192); }

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

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

 a { background-color: rgb(233,125,192); }

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

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

 span { border-color: rgb(233,125,192); }

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