Html Css Color HEX #E02E9F Deep Cerise

📋 copy color: '#E02E9F'

red 224 ◦ green 46 ◦ blue 159

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

Shades of Deep Cerise #E02E9F

Tints of Deep Cerise #E02E9F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.72%

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

R = 52.21%
G = 10.72%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E02E9F (or 0xE02E9F) is known color: Deep Cerise. HEX triplet: E0, 2E and 9F. RGB value is (224,46,159). Sum of RGB (Red+Green+Blue) = 224+46+159=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 46 (18.36% from 255 or 10.72% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E02E9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02E9F is #1FD160. Grayscale: #6F6F6F. Windows color (decimal): -2085217 or 10432224. OLE color: 10432224.

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

Color convert

RGB 224 46 159 -
CMYK 0 0.79 0.29 0.12
HSL 321.91º 0.74% 0.53% -
HSV(B) 321.91º 0.79% 0.88% -
XYZ 37.98 20.3 34.72 -
YUV 112.1 154.47 207.81 -
System Red Green Blue C M Y K H S L
Decimal 224 46 159 0 0.79 0.29 0.12 321.91 0.74 0.53
Hex E0 2E 9F 0 4F 1D C 142 4A 35
Octal 340 56 237 0 117 35 14 502 112 65
Binary 11100000 101110 10011111 0 1001111 11101 1100 101000010 1001010 110101

Color Harmonies of #E02E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02E9F

Black with #E02E9F

Text Example


Text Example

White with #E02E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02E9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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