Html Css Color HEX #E02075 Deep Cerise

📋 copy color: '#E02075'

red 224 ◦ green 32 ◦ blue 117

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

Shades of Deep Cerise #E02075

Tints of Deep Cerise #E02075

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.58%

 BLUE value IS 117 (46.09% from 255) = 31.37%

R = 60.05%
G = 8.58%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E02075 (or 0xE02075) is known color: Deep Cerise. HEX triplet: E0, 20 and 75. RGB value is (224,32,117). Sum of RGB (Red+Green+Blue) = 224+32+117=373 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.05% from 373); Green value is 32 (12.89% from 255 or 8.58% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 224 - color contains mainly: red. Hex color #E02075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02075 is #1FDF8A. Grayscale: #626262. Windows color (decimal): -2088843 or 7676128. OLE color: 7676128.

HSL color Cylindrical-coordinate representation of color #E02075: hue angle of 333.44º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E02075 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 32 117 -
CMYK 0 0.86 0.48 0.12
HSL 333.44º 0.76% 0.5% -
HSV(B) 333.44º 0.86% 0.88% -
XYZ 34.47 18.16 18.52 -
YUV 99.1 138.11 217.09 -
System Red Green Blue C M Y K H S L
Decimal 224 32 117 0 0.86 0.48 0.12 333.44 0.76 0.5
Hex E0 20 75 0 56 30 C 14D 4C 32
Octal 340 40 165 0 126 60 14 515 114 62
Binary 11100000 100000 1110101 0 1010110 110000 1100 101001101 1001100 110010

Color Harmonies of #E02075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02075

Black with #E02075

Text Example


Text Example

White with #E02075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02075; }

 p { color: rgb(224,32,117); }

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

background-color css

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

 a { background-color: rgb(224,32,117); }

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

border-color css

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

 span { border-color: rgb(224,32,117); }

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