Html Css Color HEX #E02B7B Deep Cerise

📋 copy color: '#E02B7B'

red 224 ◦ green 43 ◦ blue 123

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

Shades of Deep Cerise #E02B7B

Tints of Deep Cerise #E02B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.54%

R = 57.44%
G = 11.03%
B = 31.54%

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

#E02B7B (or 0xE02B7B) is known color: Deep Cerise. HEX triplet: E0, 2B and 7B. RGB value is (224,43,123). Sum of RGB (Red+Green+Blue) = 224+43+123=390 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.44% from 390); Green value is 43 (17.19% from 255 or 11.03% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 224 - color contains mainly: red. Hex color #E02B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02B7B is #1FD484. Grayscale: #6A6A6A. Windows color (decimal): -2086021 or 8072160. OLE color: 8072160.

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

Color convert

RGB 224 43 123 -
CMYK 0 0.81 0.45 0.12
HSL 333.48º 0.74% 0.52% -
HSV(B) 333.48º 0.81% 0.88% -
XYZ 35.18 19.01 20.55 -
YUV 106.24 137.47 212 -
System Red Green Blue C M Y K H S L
Decimal 224 43 123 0 0.81 0.45 0.12 333.48 0.74 0.52
Hex E0 2B 7B 0 51 2D C 14D 4A 34
Octal 340 53 173 0 121 55 14 515 112 64
Binary 11100000 101011 1111011 0 1010001 101101 1100 101001101 1001010 110100

Color Harmonies of #E02B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02B7B

Black with #E02B7B

Text Example


Text Example

White with #E02B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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