Html Css Color HEX #EA2286 Deep Cerise

📋 copy color: '#EA2286'

red 234 ◦ green 34 ◦ blue 134

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

Shades of Deep Cerise #EA2286

Tints of Deep Cerise #EA2286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.33%

R = 58.21%
G = 8.46%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EA2286 (or 0xEA2286) is known color: Deep Cerise. HEX triplet: EA, 22 and 86. RGB value is (234,34,134). Sum of RGB (Red+Green+Blue) = 234+34+134=402 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.21% from 402); Green value is 34 (13.67% from 255 or 8.46% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2286 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2286 is #15DD79. Grayscale: #696969. Windows color (decimal): -1432954 or 8790762. OLE color: 8790762.

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

Color convert

RGB 234 34 134 -
CMYK 0 0.85 0.43 0.08
HSL 330º 0.83% 0.53% -
HSV(B) 330º 0.85% 0.92% -
XYZ 38.81 20.36 24.44 -
YUV 105.2 144.26 219.87 -
System Red Green Blue C M Y K H S L
Decimal 234 34 134 0 0.85 0.43 0.08 330 0.83 0.53
Hex EA 22 86 0 55 2B 8 14A 53 35
Octal 352 42 206 0 125 53 10 512 123 65
Binary 11101010 100010 10000110 0 1010101 101011 1000 101001010 1010011 110101

Color Harmonies of #EA2286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2286

Black with #EA2286

Text Example


Text Example

White with #EA2286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2286; }

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

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

background-color css

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

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

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

border-color css

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

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

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