#EA3179

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

Shades of Deep Cerise #EA3179

Tints of Deep Cerise #EA3179

Color information

#EA3179 (or 0xEA3179) is unknown color: approx Deep Cerise. HEX triplet: EA, 31 and 79. RGB value is (234,49,121). Sum of RGB (Red+Green+Blue) = 234+49+121=404 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.92% from 404); Green value is 49 (19.53% from 255 or 12.13% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3179 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3179 is #15CE86. Grayscale: #707070. Windows color (decimal): -1429127 or 7942634. OLE color: 7942634.

HSL color Cylindrical-coordinate representation of color #EA3179: hue angle of 336.65º 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 #EA3179 is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB23449121-
CMYK00.790.480.08
HSL336.65º81.5%55.49%-
HSV(B)336.65º79.06%91.76%-
XYZ38.4821.0720.13-
YUV112.52132.79214.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 57.92%
GREEN value IS 49 (19.53% from 255) = 12.13%
BLUE value IS 121 (47.66% from 255) = 29.95%
R=57.92%
G=12.13%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2344912100.790.480.08336.6581.555.49
HexEA317904F3081515137
Octal352611710117601052112167
Binary1110101011000111110010100111111000010001010100011010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3179; }

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

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

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

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

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

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

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

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