Html Css Color HEX #E012CA Deep Magenta

📋 copy color: '#E012CA'

red 224 ◦ green 18 ◦ blue 202

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

Shades of Deep Magenta #E012CA

Tints of Deep Magenta #E012CA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.05%

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

R = 50.45%
G = 4.05%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E012CA (or 0xE012CA) is known color: Deep Magenta. HEX triplet: E0, 12 and CA. RGB value is (224,18,202). Sum of RGB (Red+Green+Blue) = 224+18+202=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 18 (7.42% from 255 or 4.05% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E012CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E012CA is #1FED35. Grayscale: #646464. Windows color (decimal): -2092342 or 13243104. OLE color: 13243104.

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

Color convert

RGB 224 18 202 -
CMYK 0 0.92 0.10 0.12
HSL 306.41º 0.85% 0.47% -
HSV(B) 306.41º 0.92% 0.88% -
XYZ 41.62 20.54 57.65 -
YUV 100.57 185.25 216.04 -
System Red Green Blue C M Y K H S L
Decimal 224 18 202 0 0.92 0.10 0.12 306.41 0.85 0.47
Hex E0 12 CA 0 5C A C 132 55 2F
Octal 340 22 312 0 134 12 14 462 125 57
Binary 11100000 10010 11001010 0 1011100 1010 1100 100110010 1010101 101111

Color Harmonies of #E012CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E012CA

Black with #E012CA

Text Example


Text Example

White with #E012CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E012CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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