Html Css Color HEX #EA2282 Deep Cerise

📋 copy color: '#EA2282'

red 234 ◦ green 34 ◦ blue 130

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

Shades of Deep Cerise #EA2282

Tints of Deep Cerise #EA2282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.66%

R = 58.79%
G = 8.54%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EA2282 (or 0xEA2282) is known color: Deep Cerise. HEX triplet: EA, 22 and 82. RGB value is (234,34,130). Sum of RGB (Red+Green+Blue) = 234+34+130=398 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.79% from 398); Green value is 34 (13.67% from 255 or 8.54% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2282 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2282 is #15DD7D. Grayscale: #686868. Windows color (decimal): -1432958 or 8528618. OLE color: 8528618.

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

Color convert

RGB 234 34 130 -
CMYK 0 0.85 0.44 0.08
HSL 331.2º 0.83% 0.53% -
HSV(B) 331.2º 0.85% 0.92% -
XYZ 38.53 20.25 23 -
YUV 104.74 142.26 220.19 -
System Red Green Blue C M Y K H S L
Decimal 234 34 130 0 0.85 0.44 0.08 331.2 0.83 0.53
Hex EA 22 82 0 55 2C 8 14B 53 35
Octal 352 42 202 0 125 54 10 513 123 65
Binary 11101010 100010 10000010 0 1010101 101100 1000 101001011 1010011 110101

Color Harmonies of #EA2282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2282

Black with #EA2282

Text Example


Text Example

White with #EA2282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2282; }

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

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

background-color css

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

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

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

border-color css

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

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

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