Html Css Color HEX #E02D9F Deep Cerise

📋 copy color: '#E02D9F'

red 224 ◦ green 45 ◦ blue 159

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

Shades of Deep Cerise #E02D9F

Tints of Deep Cerise #E02D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.15%

R = 52.34%
G = 10.51%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E02D9F (or 0xE02D9F) is known color: Deep Cerise. HEX triplet: E0, 2D and 9F. RGB value is (224,45,159). Sum of RGB (Red+Green+Blue) = 224+45+159=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 45 (17.97% from 255 or 10.51% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02D9F is #1FD260. Grayscale: #6F6F6F. Windows color (decimal): -2085473 or 10431968. OLE color: 10431968.

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

Color convert

RGB 224 45 159 -
CMYK 0 0.80 0.29 0.12
HSL 321.79º 0.74% 0.53% -
HSV(B) 321.79º 0.8% 0.88% -
XYZ 37.94 20.23 34.71 -
YUV 111.52 154.8 208.23 -
System Red Green Blue C M Y K H S L
Decimal 224 45 159 0 0.80 0.29 0.12 321.79 0.74 0.53
Hex E0 2D 9F 0 50 1D C 142 4A 35
Octal 340 55 237 0 120 35 14 502 112 65
Binary 11100000 101101 10011111 0 1010000 11101 1100 101000010 1001010 110101

Color Harmonies of #E02D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02D9F

Black with #E02D9F

Text Example


Text Example

White with #E02D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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