Html Css Color HEX #E02D8A Deep Cerise

📋 copy color: '#E02D8A'

red 224 ◦ green 45 ◦ blue 138

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

Shades of Deep Cerise #E02D8A

Tints of Deep Cerise #E02D8A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.06%

 BLUE value IS 138 (54.3% from 255) = 33.91%

R = 55.04%
G = 11.06%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E02D8A (or 0xE02D8A) is known color: Deep Cerise. HEX triplet: E0, 2D and 8A. RGB value is (224,45,138). Sum of RGB (Red+Green+Blue) = 224+45+138=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 45 (17.97% from 255 or 11.06% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02D8A is #1FD275. Grayscale: #6C6C6C. Windows color (decimal): -2085494 or 9055712. OLE color: 9055712.

HSL color Cylindrical-coordinate representation of color #E02D8A: hue angle of 328.83º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02D8A is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 45 138 -
CMYK 0 0.80 0.38 0.12
HSL 328.83º 0.74% 0.53% -
HSV(B) 328.83º 0.8% 0.88% -
XYZ 36.27 19.56 25.91 -
YUV 109.12 144.3 209.94 -
System Red Green Blue C M Y K H S L
Decimal 224 45 138 0 0.80 0.38 0.12 328.83 0.74 0.53
Hex E0 2D 8A 0 50 26 C 149 4A 35
Octal 340 55 212 0 120 46 14 511 112 65
Binary 11100000 101101 10001010 0 1010000 100110 1100 101001001 1001010 110101

Color Harmonies of #E02D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02D8A

Black with #E02D8A

Text Example


Text Example

White with #E02D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02D8A; }

 p { color: rgb(224,45,138); }

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

background-color css

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

 a { background-color: rgb(224,45,138); }

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

border-color css

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

 span { border-color: rgb(224,45,138); }

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