Html Css Color HEX #E015CA Deep Magenta

📋 copy color: '#E015CA'

red 224 ◦ green 21 ◦ blue 202

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

Shades of Deep Magenta #E015CA

Tints of Deep Magenta #E015CA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.7%

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

R = 50.11%
G = 4.7%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E015CA (or 0xE015CA) is known color: Deep Magenta. HEX triplet: E0, 15 and CA. RGB value is (224,21,202). Sum of RGB (Red+Green+Blue) = 224+21+202=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 21 (8.59% from 255 or 4.70% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E015CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E015CA is #1FEA35. Grayscale: #656565. Windows color (decimal): -2091574 or 13243872. OLE color: 13243872.

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

Color convert

RGB 224 21 202 -
CMYK 0 0.91 0.10 0.12
HSL 306.5º 0.83% 0.48% -
HSV(B) 306.5º 0.91% 0.88% -
XYZ 41.67 20.65 57.67 -
YUV 102.33 184.25 214.78 -
System Red Green Blue C M Y K H S L
Decimal 224 21 202 0 0.91 0.10 0.12 306.5 0.83 0.48
Hex E0 15 CA 0 5B A C 133 53 30
Octal 340 25 312 0 133 12 14 463 123 60
Binary 11100000 10101 11001010 0 1011011 1010 1100 100110011 1010011 110000

Color Harmonies of #E015CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E015CA

Black with #E015CA

Text Example


Text Example

White with #E015CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E015CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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