Html Css Color HEX #E02B9F Deep Cerise

📋 copy color: '#E02B9F'

red 224 ◦ green 43 ◦ blue 159

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

Shades of Deep Cerise #E02B9F

Tints of Deep Cerise #E02B9F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.09%

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

R = 52.58%
G = 10.09%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E02B9F (or 0xE02B9F) is known color: Deep Cerise. HEX triplet: E0, 2B and 9F. RGB value is (224,43,159). Sum of RGB (Red+Green+Blue) = 224+43+159=426 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.58% from 426); Green value is 43 (17.19% from 255 or 10.09% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 224 - color contains mainly: red. Hex color #E02B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02B9F is #1FD460. Grayscale: #6E6E6E. Windows color (decimal): -2085985 or 10431456. OLE color: 10431456.

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

Color convert

RGB 224 43 159 -
CMYK 0 0.81 0.29 0.12
HSL 321.55º 0.74% 0.52% -
HSV(B) 321.55º 0.81% 0.88% -
XYZ 37.86 20.08 34.68 -
YUV 110.34 155.47 209.07 -
System Red Green Blue C M Y K H S L
Decimal 224 43 159 0 0.81 0.29 0.12 321.55 0.74 0.52
Hex E0 2B 9F 0 51 1D C 142 4A 34
Octal 340 53 237 0 121 35 14 502 112 64
Binary 11100000 101011 10011111 0 1010001 11101 1100 101000010 1001010 110100

Color Harmonies of #E02B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02B9F

Black with #E02B9F

Text Example


Text Example

White with #E02B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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