Html Css Color HEX #EA2181 Deep Cerise

📋 copy color: '#EA2181'

red 234 ◦ green 33 ◦ blue 129

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

Shades of Deep Cerise #EA2181

Tints of Deep Cerise #EA2181

RGB

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

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

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

R = 59.09%
G = 8.33%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EA2181 (or 0xEA2181) is known color: Deep Cerise. HEX triplet: EA, 21 and 81. RGB value is (234,33,129). Sum of RGB (Red+Green+Blue) = 234+33+129=396 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.09% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2181 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2181 is #15DE7E. Grayscale: #676767. Windows color (decimal): -1433215 or 8462826. OLE color: 8462826.

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

Color convert

RGB 234 33 129 -
CMYK 0 0.86 0.45 0.08
HSL 331.34º 0.83% 0.52% -
HSV(B) 331.34º 0.86% 0.92% -
XYZ 38.44 20.17 22.64 -
YUV 104.04 142.09 220.69 -
System Red Green Blue C M Y K H S L
Decimal 234 33 129 0 0.86 0.45 0.08 331.34 0.83 0.52
Hex EA 21 81 0 56 2D 8 14B 53 34
Octal 352 41 201 0 126 55 10 513 123 64
Binary 11101010 100001 10000001 0 1010110 101101 1000 101001011 1010011 110100

Color Harmonies of #EA2181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2181

Black with #EA2181

Text Example


Text Example

White with #EA2181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2181; }

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

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

background-color css

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

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

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

border-color css

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

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

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