Html Css Color HEX #E030A0 Deep Cerise

📋 copy color: '#E030A0'

red 224 ◦ green 48 ◦ blue 160

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

Shades of Deep Cerise #E030A0

Tints of Deep Cerise #E030A0

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.11%

 BLUE value IS 160 (62.89% from 255) = 37.04%

R = 51.85%
G = 11.11%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E030A0 (or 0xE030A0) is known color: Deep Cerise. HEX triplet: E0, 30 and A0. RGB value is (224,48,160). Sum of RGB (Red+Green+Blue) = 224+48+160=432 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.85% from 432); Green value is 48 (19.14% from 255 or 11.11% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 224 - color contains mainly: red. Hex color #E030A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E030A0 is #1FCF5F. Grayscale: #717171. Windows color (decimal): -2084704 or 10498272. OLE color: 10498272.

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

Color convert

RGB 224 48 160 -
CMYK 0 0.79 0.29 0.12
HSL 321.82º 0.74% 0.53% -
HSV(B) 321.82º 0.79% 0.88% -
XYZ 38.14 20.5 35.2 -
YUV 113.39 154.31 206.89 -
System Red Green Blue C M Y K H S L
Decimal 224 48 160 0 0.79 0.29 0.12 321.82 0.74 0.53
Hex E0 30 A0 0 4F 1D C 142 4A 35
Octal 340 60 240 0 117 35 14 502 112 65
Binary 11100000 110000 10100000 0 1001111 11101 1100 101000010 1001010 110101

Color Harmonies of #E030A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E030A0

Black with #E030A0

Text Example


Text Example

White with #E030A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E030A0; }

 p { color: rgb(224,48,160); }

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

background-color css

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

 a { background-color: rgb(224,48,160); }

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

border-color css

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

 span { border-color: rgb(224,48,160); }

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