#EA3981

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

Shades of Deep Cerise #EA3981

Tints of Deep Cerise #EA3981

Color information

#EA3981 (or 0xEA3981) is unknown color: approx Deep Cerise. HEX triplet: EA, 39 and 81. RGB value is (234,57,129). Sum of RGB (Red+Green+Blue) = 234+57+129=420 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.71% from 420); Green value is 57 (22.66% from 255 or 13.57% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3981 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3981 is #15C67E. Grayscale: #767676. Windows color (decimal): -1427071 or 8468970. OLE color: 8468970.

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

Color convert

RGB23457129-
CMYK00.760.450.08
HSL335.59º80.82%57.06%-
HSV(B)335.59º75.64%91.76%-
XYZ39.362222.94-
YUV118.13134.14210.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 55.71%
GREEN value IS 57 (22.66% from 255) = 13.57%
BLUE value IS 129 (50.78% from 255) = 30.71%
R=55.71%
G=13.57%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2345712900.760.450.08335.5980.8257.06
HexEA398104C2D81505139
Octal352712010114551052012171
Binary11101010111001100000010100110010110110001010100001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3981; }

 p { color: rgb(234,57,129); }

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

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

 a { background-color: rgb(234,57,129); }

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

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

 span { border-color: rgb(234,57,129); }

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