Html Css Color HEX #E03294 Deep Cerise

📋 copy color: '#E03294'

red 224 ◦ green 50 ◦ blue 148

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

Shades of Deep Cerise #E03294

Tints of Deep Cerise #E03294

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.85%

 BLUE value IS 148 (58.2% from 255) = 35.07%

R = 53.08%
G = 11.85%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E03294 (or 0xE03294) is known color: Deep Cerise. HEX triplet: E0, 32 and 94. RGB value is (224,50,148). Sum of RGB (Red+Green+Blue) = 224+50+148=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 50 (19.92% from 255 or 11.85% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E03294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03294 is #1FCD6B. Grayscale: #707070. Windows color (decimal): -2084204 or 9712352. OLE color: 9712352.

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

Color convert

RGB 224 50 148 -
CMYK 0 0.78 0.34 0.12
HSL 326.21º 0.74% 0.54% -
HSV(B) 326.21º 0.78% 0.88% -
XYZ 37.23 20.27 29.97 -
YUV 113.2 147.65 207.03 -
System Red Green Blue C M Y K H S L
Decimal 224 50 148 0 0.78 0.34 0.12 326.21 0.74 0.54
Hex E0 32 94 0 4E 22 C 146 4A 36
Octal 340 62 224 0 116 42 14 506 112 66
Binary 11100000 110010 10010100 0 1001110 100010 1100 101000110 1001010 110110

Color Harmonies of #E03294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03294

Black with #E03294

Text Example


Text Example

White with #E03294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03294; }

 p { color: rgb(224,50,148); }

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

background-color css

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

 a { background-color: rgb(224,50,148); }

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

border-color css

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

 span { border-color: rgb(224,50,148); }

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