Html Css Color HEX #E02C7D Deep Cerise

📋 copy color: '#E02C7D'

red 224 ◦ green 44 ◦ blue 125

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

Shades of Deep Cerise #E02C7D

Tints of Deep Cerise #E02C7D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.2%

 BLUE value IS 125 (49.22% from 255) = 31.81%

R = 57%
G = 11.2%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E02C7D (or 0xE02C7D) is known color: Deep Cerise. HEX triplet: E0, 2C and 7D. RGB value is (224,44,125). Sum of RGB (Red+Green+Blue) = 224+44+125=393 (52% of max value = 765). Red value is 224 (87.89% from 255 or 57.00% from 393); Green value is 44 (17.58% from 255 or 11.20% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02C7D is #1FD382. Grayscale: #6A6A6A. Windows color (decimal): -2085763 or 8203488. OLE color: 8203488.

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

Color convert

RGB 224 44 125 -
CMYK 0 0.80 0.44 0.12
HSL 333º 0.74% 0.53% -
HSV(B) 333º 0.8% 0.88% -
XYZ 35.34 19.13 21.23 -
YUV 107.05 138.13 211.41 -
System Red Green Blue C M Y K H S L
Decimal 224 44 125 0 0.80 0.44 0.12 333 0.74 0.53
Hex E0 2C 7D 0 50 2C C 14D 4A 35
Octal 340 54 175 0 120 54 14 515 112 65
Binary 11100000 101100 1111101 0 1010000 101100 1100 101001101 1001010 110101

Color Harmonies of #E02C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02C7D

Black with #E02C7D

Text Example


Text Example

White with #E02C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02C7D; }

 p { color: rgb(224,44,125); }

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

background-color css

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

 a { background-color: rgb(224,44,125); }

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

border-color css

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

 span { border-color: rgb(224,44,125); }

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