#EA197C

Color #EA197C Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #EA197C

Tints of Deep Cerise #EA197C

Color information

#EA197C (or 0xEA197C) is unknown color: approx Deep Cerise. HEX triplet: EA, 19 and 7C. RGB value is (234,25,124). Sum of RGB (Red+Green+Blue) = 234+25+124=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA197C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA197C is #15E683. Grayscale: #626262. Windows color (decimal): -1435268 or 8133098. OLE color: 8133098.

HSL color Cylindrical-coordinate representation of color #EA197C: hue angle of 331.58º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA197C is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB23425124-
CMYK00.890.470.08
HSL331.58º83.27%50.78%-
HSV(B)331.58º89.32%91.76%-
XYZ37.9219.6420.86-
YUV98.78142.24224.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 61.10%
GREEN value IS 25 (10.16% from 255) = 6.53%
BLUE value IS 124 (48.83% from 255) = 32.38%
R=61.10%
G=6.53%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342512400.890.470.08331.5883.2750.78
HexEA197C0592F814c5333
Octal352311740131571051412363
Binary111010101100111111000101100110111110001010011001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA197C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA197C; }

 p { color: rgb(234,25,124); }

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

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

 a { background-color: rgb(234,25,124); }

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

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

 span { border-color: rgb(234,25,124); }

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