Html Css Color HEX #EA2081 Deep Cerise

📋 copy color: '#EA2081'

red 234 ◦ green 32 ◦ blue 129

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

Shades of Deep Cerise #EA2081

Tints of Deep Cerise #EA2081

RGB

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

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

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

R = 59.24%
G = 8.1%
B = 32.66%

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

#EA2081 (or 0xEA2081) is known color: Deep Cerise. HEX triplet: EA, 20 and 81. RGB value is (234,32,129). Sum of RGB (Red+Green+Blue) = 234+32+129=395 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.24% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2081 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2081 is #15DF7E. Grayscale: #676767. Windows color (decimal): -1433471 or 8462570. OLE color: 8462570.

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

Color convert

RGB 234 32 129 -
CMYK 0 0.86 0.45 0.08
HSL 331.19º 0.83% 0.52% -
HSV(B) 331.19º 0.86% 0.92% -
XYZ 38.41 20.11 22.63 -
YUV 103.46 142.42 221.11 -
System Red Green Blue C M Y K H S L
Decimal 234 32 129 0 0.86 0.45 0.08 331.19 0.83 0.52
Hex EA 20 81 0 56 2D 8 14B 53 34
Octal 352 40 201 0 126 55 10 513 123 64
Binary 11101010 100000 10000001 0 1010110 101101 1000 101001011 1010011 110100

Color Harmonies of #EA2081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2081

Black with #EA2081

Text Example


Text Example

White with #EA2081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2081; }

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

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

background-color css

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

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

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

border-color css

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

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

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