Html Css Color HEX #EA2178 Deep Cerise

📋 copy color: '#EA2178'

red 234 ◦ green 33 ◦ blue 120

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

Shades of Deep Cerise #EA2178

Tints of Deep Cerise #EA2178

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.53%

 BLUE value IS 120 (47.27% from 255) = 31.01%

R = 60.47%
G = 8.53%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EA2178 (or 0xEA2178) is known color: Deep Cerise. HEX triplet: EA, 21 and 78. RGB value is (234,33,120). Sum of RGB (Red+Green+Blue) = 234+33+120=387 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.47% from 387); Green value is 33 (13.28% from 255 or 8.53% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2178 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2178 is #15DE87. Grayscale: #666666. Windows color (decimal): -1433224 or 7873002. OLE color: 7873002.

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

Color convert

RGB 234 33 120 -
CMYK 0 0.86 0.49 0.08
HSL 334.03º 0.83% 0.52% -
HSV(B) 334.03º 0.86% 0.92% -
XYZ 37.87 19.94 19.62 -
YUV 103.02 137.59 221.43 -
System Red Green Blue C M Y K H S L
Decimal 234 33 120 0 0.86 0.49 0.08 334.03 0.83 0.52
Hex EA 21 78 0 56 31 8 14E 53 34
Octal 352 41 170 0 126 61 10 516 123 64
Binary 11101010 100001 1111000 0 1010110 110001 1000 101001110 1010011 110100

Color Harmonies of #EA2178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2178

Black with #EA2178

Text Example


Text Example

White with #EA2178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2178; }

 p { color: rgb(234,33,120); }

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

background-color css

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

 a { background-color: rgb(234,33,120); }

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

border-color css

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

 span { border-color: rgb(234,33,120); }

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