Html Css Color HEX #EA2079 Deep Cerise

📋 copy color: '#EA2079'

red 234 ◦ green 32 ◦ blue 121

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

Shades of Deep Cerise #EA2079

Tints of Deep Cerise #EA2079

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.27%

 BLUE value IS 121 (47.66% from 255) = 31.27%

R = 60.47%
G = 8.27%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA2079 (or 0xEA2079) is known color: Deep Cerise. HEX triplet: EA, 20 and 79. RGB value is (234,32,121). Sum of RGB (Red+Green+Blue) = 234+32+121=387 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.47% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2079 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2079 is #15DF86. Grayscale: #666666. Windows color (decimal): -1433479 or 7938282. OLE color: 7938282.

HSL color Cylindrical-coordinate representation of color #EA2079: hue angle of 333.56º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA2079 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 32 121 -
CMYK 0 0.86 0.48 0.08
HSL 333.56º 0.83% 0.52% -
HSV(B) 333.56º 0.86% 0.92% -
XYZ 37.9 19.91 19.93 -
YUV 102.54 138.42 221.76 -
System Red Green Blue C M Y K H S L
Decimal 234 32 121 0 0.86 0.48 0.08 333.56 0.83 0.52
Hex EA 20 79 0 56 30 8 14E 53 34
Octal 352 40 171 0 126 60 10 516 123 64
Binary 11101010 100000 1111001 0 1010110 110000 1000 101001110 1010011 110100

Color Harmonies of #EA2079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2079

Black with #EA2079

Text Example


Text Example

White with #EA2079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2079; }

 p { color: rgb(234,32,121); }

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

background-color css

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

 a { background-color: rgb(234,32,121); }

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

border-color css

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

 span { border-color: rgb(234,32,121); }

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