Html Css Color HEX #E02885 Deep Cerise

📋 copy color: '#E02885'

red 224 ◦ green 40 ◦ blue 133

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

Shades of Deep Cerise #E02885

Tints of Deep Cerise #E02885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.5%

R = 56.42%
G = 10.08%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E02885 (or 0xE02885) is known color: Deep Cerise. HEX triplet: E0, 28 and 85. RGB value is (224,40,133). Sum of RGB (Red+Green+Blue) = 224+40+133=397 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.42% from 397); Green value is 40 (16.02% from 255 or 10.08% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 224 - color contains mainly: red. Hex color #E02885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02885 is #1FD77A. Grayscale: #696969. Windows color (decimal): -2086779 or 8726752. OLE color: 8726752.

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

Color convert

RGB 224 40 133 -
CMYK 0 0.82 0.41 0.12
HSL 329.67º 0.75% 0.52% -
HSV(B) 329.67º 0.82% 0.88% -
XYZ 35.73 19.06 23.99 -
YUV 105.62 143.46 212.44 -
System Red Green Blue C M Y K H S L
Decimal 224 40 133 0 0.82 0.41 0.12 329.67 0.75 0.52
Hex E0 28 85 0 52 29 C 14A 4B 34
Octal 340 50 205 0 122 51 14 512 113 64
Binary 11100000 101000 10000101 0 1010010 101001 1100 101001010 1001011 110100

Color Harmonies of #E02885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02885

Black with #E02885

Text Example


Text Example

White with #E02885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02885; }

 p { color: rgb(224,40,133); }

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

background-color css

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

 a { background-color: rgb(224,40,133); }

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

border-color css

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

 span { border-color: rgb(224,40,133); }

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