Html Css Color HEX #E02A87 Deep Cerise

📋 copy color: '#E02A87'

red 224 ◦ green 42 ◦ blue 135

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

Shades of Deep Cerise #E02A87

Tints of Deep Cerise #E02A87

RGB

 RED value IS 224 (87.89% from 255) = 55.86%

 GREEN value IS 42 (16.8% from 255) = 10.47%

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

R = 55.86%
G = 10.47%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E02A87 (or 0xE02A87) is known color: Deep Cerise. HEX triplet: E0, 2A and 87. RGB value is (224,42,135). Sum of RGB (Red+Green+Blue) = 224+42+135=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 42 (16.80% from 255 or 10.47% from 401); Blue value is 135 (53.12% from 255 or 33.67% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E02A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02A87 is #1FD578. Grayscale: #6A6A6A. Windows color (decimal): -2086265 or 8858336. OLE color: 8858336.

HSL color Cylindrical-coordinate representation of color #E02A87: hue angle of 329.34º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E02A87 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 42 135 -
CMYK 0 0.81 0.40 0.12
HSL 329.34º 0.75% 0.52% -
HSV(B) 329.34º 0.81% 0.88% -
XYZ 35.94 19.25 24.74 -
YUV 107.02 143.8 211.44 -
System Red Green Blue C M Y K H S L
Decimal 224 42 135 0 0.81 0.40 0.12 329.34 0.75 0.52
Hex E0 2A 87 0 51 28 C 149 4B 34
Octal 340 52 207 0 121 50 14 511 113 64
Binary 11100000 101010 10000111 0 1010001 101000 1100 101001001 1001011 110100

Color Harmonies of #E02A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02A87

Black with #E02A87

Text Example


Text Example

White with #E02A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02A87; }

 p { color: rgb(224,42,135); }

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

background-color css

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

 a { background-color: rgb(224,42,135); }

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

border-color css

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

 span { border-color: rgb(224,42,135); }

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