Html Css Color HEX #EA2887 Deep Cerise

📋 copy color: '#EA2887'

red 234 ◦ green 40 ◦ blue 135

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

Shades of Deep Cerise #EA2887

Tints of Deep Cerise #EA2887

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.78%

 BLUE value IS 135 (53.13% from 255) = 33.01%

R = 57.21%
G = 9.78%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EA2887 (or 0xEA2887) is known color: Deep Cerise. HEX triplet: EA, 28 and 87. RGB value is (234,40,135). Sum of RGB (Red+Green+Blue) = 234+40+135=409 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.21% from 409); Green value is 40 (16.02% from 255 or 9.78% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2887 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2887 is #15D778. Grayscale: #6C6C6C. Windows color (decimal): -1431417 or 8857834. OLE color: 8857834.

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

Color convert

RGB 234 40 135 -
CMYK 0 0.83 0.42 0.08
HSL 330.62º 0.82% 0.54% -
HSV(B) 330.62º 0.83% 0.92% -
XYZ 39.06 20.76 24.87 -
YUV 108.84 142.77 217.28 -
System Red Green Blue C M Y K H S L
Decimal 234 40 135 0 0.83 0.42 0.08 330.62 0.82 0.54
Hex EA 28 87 0 53 2A 8 14B 52 36
Octal 352 50 207 0 123 52 10 513 122 66
Binary 11101010 101000 10000111 0 1010011 101010 1000 101001011 1010010 110110

Color Harmonies of #EA2887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2887

Black with #EA2887

Text Example


Text Example

White with #EA2887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2887; }

 p { color: rgb(234,40,135); }

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

background-color css

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

 a { background-color: rgb(234,40,135); }

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

border-color css

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

 span { border-color: rgb(234,40,135); }

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