Html Css Color HEX #EA2281 Deep Cerise

📋 copy color: '#EA2281'

red 234 ◦ green 34 ◦ blue 129

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

Shades of Deep Cerise #EA2281

Tints of Deep Cerise #EA2281

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.56%

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

R = 58.94%
G = 8.56%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#EA2281 (or 0xEA2281) is known color: Deep Cerise. HEX triplet: EA, 22 and 81. RGB value is (234,34,129). Sum of RGB (Red+Green+Blue) = 234+34+129=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 34 (13.67% from 255 or 8.56% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2281 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2281 is #15DD7E. Grayscale: #686868. Windows color (decimal): -1432959 or 8463082. OLE color: 8463082.

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

Color convert

RGB 234 34 129 -
CMYK 0 0.85 0.45 0.08
HSL 331.5º 0.83% 0.53% -
HSV(B) 331.5º 0.85% 0.92% -
XYZ 38.47 20.22 22.64 -
YUV 104.63 141.76 220.28 -
System Red Green Blue C M Y K H S L
Decimal 234 34 129 0 0.85 0.45 0.08 331.5 0.83 0.53
Hex EA 22 81 0 55 2D 8 14C 53 35
Octal 352 42 201 0 125 55 10 514 123 65
Binary 11101010 100010 10000001 0 1010101 101101 1000 101001100 1010011 110101

Color Harmonies of #EA2281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2281

Black with #EA2281

Text Example


Text Example

White with #EA2281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2281; }

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

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

background-color css

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

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

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

border-color css

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

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

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