Html Css Color HEX #E02B7C Deep Cerise

📋 copy color: '#E02B7C'

red 224 ◦ green 43 ◦ blue 124

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

Shades of Deep Cerise #E02B7C

Tints of Deep Cerise #E02B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.71%

R = 57.29%
G = 11%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E02B7C (or 0xE02B7C) is known color: Deep Cerise. HEX triplet: E0, 2B and 7C. RGB value is (224,43,124). Sum of RGB (Red+Green+Blue) = 224+43+124=391 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.29% from 391); Green value is 43 (17.19% from 255 or 11.00% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 224 - color contains mainly: red. Hex color #E02B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02B7C is #1FD483. Grayscale: #6A6A6A. Windows color (decimal): -2086020 or 8137696. OLE color: 8137696.

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

Color convert

RGB 224 43 124 -
CMYK 0 0.81 0.45 0.12
HSL 333.15º 0.74% 0.52% -
HSV(B) 333.15º 0.81% 0.88% -
XYZ 35.24 19.03 20.88 -
YUV 106.35 137.97 211.91 -
System Red Green Blue C M Y K H S L
Decimal 224 43 124 0 0.81 0.45 0.12 333.15 0.74 0.52
Hex E0 2B 7C 0 51 2D C 14D 4A 34
Octal 340 53 174 0 121 55 14 515 112 64
Binary 11100000 101011 1111100 0 1010001 101101 1100 101001101 1001010 110100

Color Harmonies of #E02B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02B7C

Black with #E02B7C

Text Example


Text Example

White with #E02B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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