Html Css Color HEX #E02D9A Deep Cerise

📋 copy color: '#E02D9A'

red 224 ◦ green 45 ◦ blue 154

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

Shades of Deep Cerise #E02D9A

Tints of Deep Cerise #E02D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.41%

R = 52.96%
G = 10.64%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E02D9A (or 0xE02D9A) is known color: Deep Cerise. HEX triplet: E0, 2D and 9A. RGB value is (224,45,154). Sum of RGB (Red+Green+Blue) = 224+45+154=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 45 (17.97% from 255 or 10.64% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02D9A is #1FD265. Grayscale: #6E6E6E. Windows color (decimal): -2085478 or 10104288. OLE color: 10104288.

HSL color Cylindrical-coordinate representation of color #E02D9A: hue angle of 323.46º 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 #E02D9A is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 45 154 -
CMYK 0 0.80 0.31 0.12
HSL 323.46º 0.74% 0.53% -
HSV(B) 323.46º 0.8% 0.88% -
XYZ 37.51 20.06 32.47 -
YUV 110.95 152.3 208.64 -
System Red Green Blue C M Y K H S L
Decimal 224 45 154 0 0.80 0.31 0.12 323.46 0.74 0.53
Hex E0 2D 9A 0 50 1F C 143 4A 35
Octal 340 55 232 0 120 37 14 503 112 65
Binary 11100000 101101 10011010 0 1010000 11111 1100 101000011 1001010 110101

Color Harmonies of #E02D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02D9A

Black with #E02D9A

Text Example


Text Example

White with #E02D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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