#E97DC4

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

Shades of Persian Pink #E97DC4

Tints of Persian Pink #E97DC4

Color information

#E97DC4 (or 0xE97DC4) is unknown color: approx Persian Pink. HEX triplet: E9, 7D and C4. RGB value is (233,125,196). Sum of RGB (Red+Green+Blue) = 233+125+196=554 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.06% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 196 (76.95% from 255 or 35.38% from 554); Max value from RGB is 233 - color contains mainly: red. Hex color #E97DC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97DC4 is #16823B. Grayscale: #A5A5A5. Windows color (decimal): -1475132 or 12877289. OLE color: 12877289.

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

Color convert

RGB233125196-
CMYK00.460.160.09
HSL320.56º71.05%70.2%-
HSV(B)320.56º46.35%91.37%-
XYZ50.935.9856.49-
YUV165.39145.28176.23-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.06%
GREEN value IS 125 (49.22% from 255) = 22.56%
BLUE value IS 196 (76.95% from 255) = 35.38%
R=42.06%
G=22.56%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312519600.460.160.09320.5671.0570.2
HexE97DC402E1091414746
Octal3511753040562011501107106
Binary11101001111110111000100010111010000100110100000110001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97DC4; }

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

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

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

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

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

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

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

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