Html Css Color HEX #EA3881 Deep Cerise

📋 copy color: '#EA3881'

red 234 ◦ green 56 ◦ blue 129

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

Shades of Deep Cerise #EA3881

Tints of Deep Cerise #EA3881

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.37%

 BLUE value IS 129 (50.78% from 255) = 30.79%

R = 55.85%
G = 13.37%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EA3881 (or 0xEA3881) is known color: Deep Cerise. HEX triplet: EA, 38 and 81. RGB value is (234,56,129). Sum of RGB (Red+Green+Blue) = 234+56+129=419 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.85% from 419); Green value is 56 (22.27% from 255 or 13.37% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3881 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3881 is #15C77E. Grayscale: #757575. Windows color (decimal): -1427327 or 8468714. OLE color: 8468714.

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

Color convert

RGB 234 56 129 -
CMYK 0 0.76 0.45 0.08
HSL 335.39º 0.81% 0.57% -
HSV(B) 335.39º 0.76% 0.92% -
XYZ 39.31 21.91 22.93 -
YUV 117.54 134.47 211.06 -
System Red Green Blue C M Y K H S L
Decimal 234 56 129 0 0.76 0.45 0.08 335.39 0.81 0.57
Hex EA 38 81 0 4C 2D 8 14F 51 39
Octal 352 70 201 0 114 55 10 517 121 71
Binary 11101010 111000 10000001 0 1001100 101101 1000 101001111 1010001 111001

Color Harmonies of #EA3881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3881

Black with #EA3881

Text Example


Text Example

White with #EA3881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3881; }

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

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

background-color css

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

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

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

border-color css

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

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

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