Html Css Color HEX #EA3381 Deep Cerise

📋 copy color: '#EA3381'

red 234 ◦ green 51 ◦ blue 129

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

Shades of Deep Cerise #EA3381

Tints of Deep Cerise #EA3381

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.32%

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

R = 56.52%
G = 12.32%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EA3381 (or 0xEA3381) is known color: Deep Cerise. HEX triplet: EA, 33 and 81. RGB value is (234,51,129). Sum of RGB (Red+Green+Blue) = 234+51+129=414 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.52% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3381 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA3381 is #15CC7E. Grayscale: #727272. Windows color (decimal): -1428607 or 8467434. OLE color: 8467434.

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

Color convert

RGB 234 51 129 -
CMYK 0 0.78 0.45 0.08
HSL 334.43º 0.81% 0.56% -
HSV(B) 334.43º 0.78% 0.92% -
XYZ 39.08 21.45 22.85 -
YUV 114.61 136.13 213.16 -
System Red Green Blue C M Y K H S L
Decimal 234 51 129 0 0.78 0.45 0.08 334.43 0.81 0.56
Hex EA 33 81 0 4E 2D 8 14E 51 38
Octal 352 63 201 0 116 55 10 516 121 70
Binary 11101010 110011 10000001 0 1001110 101101 1000 101001110 1010001 111000

Color Harmonies of #EA3381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3381

Black with #EA3381

Text Example


Text Example

White with #EA3381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3381; }

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

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

background-color css

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

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

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

border-color css

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

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

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