Html Css Color HEX #E03293 Deep Cerise

📋 copy color: '#E03293'

red 224 ◦ green 50 ◦ blue 147

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

Shades of Deep Cerise #E03293

Tints of Deep Cerise #E03293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.92%

R = 53.21%
G = 11.88%
B = 34.92%

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

#E03293 (or 0xE03293) is known color: Deep Cerise. HEX triplet: E0, 32 and 93. RGB value is (224,50,147). Sum of RGB (Red+Green+Blue) = 224+50+147=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 50 (19.92% from 255 or 11.88% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E03293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03293 is #1FCD6C. Grayscale: #707070. Windows color (decimal): -2084205 or 9646816. OLE color: 9646816.

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

Color convert

RGB 224 50 147 -
CMYK 0 0.78 0.34 0.12
HSL 326.55º 0.74% 0.54% -
HSV(B) 326.55º 0.78% 0.88% -
XYZ 37.15 20.24 29.55 -
YUV 113.08 147.15 207.11 -
System Red Green Blue C M Y K H S L
Decimal 224 50 147 0 0.78 0.34 0.12 326.55 0.74 0.54
Hex E0 32 93 0 4E 22 C 147 4A 36
Octal 340 62 223 0 116 42 14 507 112 66
Binary 11100000 110010 10010011 0 1001110 100010 1100 101000111 1001010 110110

Color Harmonies of #E03293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03293

Black with #E03293

Text Example


Text Example

White with #E03293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03293; }

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

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

background-color css

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

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

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

border-color css

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

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

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