#ea2b84

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

Shades of Deep Cerise #EA2B84

Tints of Deep Cerise #EA2B84

Color information

#EA2B84 (or 0xEA2B84) is unknown color: approx Deep Cerise. HEX triplet: EA, 2B and 84. RGB value is (234,43,132). Sum of RGB (Red+Green+Blue) = 234+43+132=409 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.21% from 409); Green value is 43 (17.19% from 255 or 10.51% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2B84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2B84 is #15D47B. Grayscale: #6E6E6E. Windows color (decimal): -1430652 or 8661994. OLE color: 8661994.

HSL color Cylindrical-coordinate representation of color #EA2B84: hue angle of 332.04º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA2B84 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB23443132-
CMYK00.820.440.08
HSL332.04º81.97%54.31%-
HSV(B)332.04º81.62%91.76%-
XYZ38.9620.8923.81-
YUV110.26140.28216.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 57.21%
GREEN value IS 43 (17.19% from 255) = 10.51%
BLUE value IS 132 (51.95% from 255) = 32.27%
R=57.21%
G=10.51%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2344313200.820.440.08332.0481.9754.31
HexEA2B840522C814c5236
Octal352532040122541051412266
Binary11101010101011100001000101001010110010001010011001010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea2b84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea2b84; }

 p { color: rgb(234,43,132); }

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

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

 a { background-color: rgb(234,43,132); }

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

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

 span { border-color: rgb(234,43,132); }

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