Html Css Color HEX #EA3984 Deep Cerise

📋 copy color: '#EA3984'

red 234 ◦ green 57 ◦ blue 132

#EA3984
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #EA3984

Tints of Deep Cerise #EA3984

RGB

 RED value IS 234 (91.8% from 255) = 55.32%

 GREEN value IS 57 (22.66% from 255) = 13.48%

 BLUE value IS 132 (51.95% from 255) = 31.21%

R = 55.32%
G = 13.48%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EA3984 (or 0xEA3984) is known color: Deep Cerise. HEX triplet: EA, 39 and 84. RGB value is (234,57,132). Sum of RGB (Red+Green+Blue) = 234+57+132=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 57 (22.66% from 255 or 13.48% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3984 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3984 is #15C67B. Grayscale: #767676. Windows color (decimal): -1427068 or 8665578. OLE color: 8665578.

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

Color convert

RGB 234 57 132 -
CMYK 0 0.76 0.44 0.08
HSL 334.58º 0.81% 0.57% -
HSV(B) 334.58º 0.76% 0.92% -
XYZ 39.56 22.08 24.01 -
YUV 118.47 135.64 210.4 -
System Red Green Blue C M Y K H S L
Decimal 234 57 132 0 0.76 0.44 0.08 334.58 0.81 0.57
Hex EA 39 84 0 4C 2C 8 14F 51 39
Octal 352 71 204 0 114 54 10 517 121 71
Binary 11101010 111001 10000100 0 1001100 101100 1000 101001111 1010001 111001

Color Harmonies of #EA3984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3984

Black with #EA3984

Text Example


Text Example

White with #EA3984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3984; }

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

 H1.HeaderClassName
 {
   color: #EA3984;
 }
 .AnyTagClassName
 {
   color: #EA3984;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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