Html Css Color HEX #E019CA Deep Magenta

📋 copy color: '#E019CA'

red 224 ◦ green 25 ◦ blue 202

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

Shades of Deep Magenta #E019CA

Tints of Deep Magenta #E019CA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.54%

 BLUE value IS 202 (79.3% from 255) = 44.79%

R = 49.67%
G = 5.54%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E019CA (or 0xE019CA) is known color: Deep Magenta. HEX triplet: E0, 19 and CA. RGB value is (224,25,202). Sum of RGB (Red+Green+Blue) = 224+25+202=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 25 (10.16% from 255 or 5.54% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E019CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E019CA is #1FE635. Grayscale: #686868. Windows color (decimal): -2090550 or 13244896. OLE color: 13244896.

HSL color Cylindrical-coordinate representation of color #E019CA: hue angle of 306.63º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E019CA is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 25 202 -
CMYK 0 0.89 0.10 0.12
HSL 306.63º 0.8% 0.49% -
HSV(B) 306.63º 0.89% 0.88% -
XYZ 41.75 20.81 57.69 -
YUV 104.68 182.93 213.11 -
System Red Green Blue C M Y K H S L
Decimal 224 25 202 0 0.89 0.10 0.12 306.63 0.8 0.49
Hex E0 19 CA 0 59 A C 133 50 31
Octal 340 31 312 0 131 12 14 463 120 61
Binary 11100000 11001 11001010 0 1011001 1010 1100 100110011 1010000 110001

Color Harmonies of #E019CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E019CA

Black with #E019CA

Text Example


Text Example

White with #E019CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E019CA; }

 p { color: rgb(224,25,202); }

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

background-color css

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

 a { background-color: rgb(224,25,202); }

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

border-color css

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

 span { border-color: rgb(224,25,202); }

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