Html Css Color HEX #E041A0 Deep Cerise

📋 copy color: '#E041A0'

red 224 ◦ green 65 ◦ blue 160

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

Shades of Deep Cerise #E041A0

Tints of Deep Cerise #E041A0

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.48%

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

R = 49.89%
G = 14.48%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E041A0 (or 0xE041A0) is known color: Deep Cerise. HEX triplet: E0, 41 and A0. RGB value is (224,65,160). Sum of RGB (Red+Green+Blue) = 224+65+160=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 65 (25.78% from 255 or 14.48% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E041A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E041A0 is #1FBE5F. Grayscale: #7B7B7B. Windows color (decimal): -2080352 or 10502624. OLE color: 10502624.

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

Color convert

RGB 224 65 160 -
CMYK 0 0.71 0.29 0.12
HSL 324.15º 0.72% 0.57% -
HSV(B) 324.15º 0.71% 0.88% -
XYZ 38.98 22.17 35.48 -
YUV 123.37 148.68 199.78 -
System Red Green Blue C M Y K H S L
Decimal 224 65 160 0 0.71 0.29 0.12 324.15 0.72 0.57
Hex E0 41 A0 0 47 1D C 144 48 39
Octal 340 101 240 0 107 35 14 504 110 71
Binary 11100000 1000001 10100000 0 1000111 11101 1100 101000100 1001000 111001

Color Harmonies of #E041A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E041A0

Black with #E041A0

Text Example


Text Example

White with #E041A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E041A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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