#EA3178

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

Shades of Deep Cerise #EA3178

Tints of Deep Cerise #EA3178

Color information

#EA3178 (or 0xEA3178) is unknown color: approx Deep Cerise. HEX triplet: EA, 31 and 78. RGB value is (234,49,120). Sum of RGB (Red+Green+Blue) = 234+49+120=403 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.06% from 403); Green value is 49 (19.53% from 255 or 12.16% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3178 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3178 is #15CE87. Grayscale: #707070. Windows color (decimal): -1429128 or 7877098. OLE color: 7877098.

HSL color Cylindrical-coordinate representation of color #EA3178: hue angle of 336.97º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA3178 is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB23449120-
CMYK00.790.490.08
HSL336.97º81.5%55.49%-
HSV(B)336.97º79.06%91.76%-
XYZ38.4221.0519.81-
YUV112.41132.29214.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 58.06%
GREEN value IS 49 (19.53% from 255) = 12.16%
BLUE value IS 120 (47.27% from 255) = 29.78%
R=58.06%
G=12.16%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2344912000.790.490.08336.9781.555.49
HexEA317804F3181515137
Octal352611700117611052112167
Binary1110101011000111110000100111111000110001010100011010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3178; }

 p { color: rgb(234,49,120); }

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

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

 a { background-color: rgb(234,49,120); }

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

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

 span { border-color: rgb(234,49,120); }

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