Html Css Color HEX #E212CA Deep Magenta

📋 copy color: '#E212CA'

red 226 ◦ green 18 ◦ blue 202

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

Shades of Deep Magenta #E212CA

Tints of Deep Magenta #E212CA

RGB

 RED value IS 226 (88.67% from 255) = 50.67%

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

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

R = 50.67%
G = 4.04%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E212CA (or 0xE212CA) is known color: Deep Magenta. HEX triplet: E2, 12 and CA. RGB value is (226,18,202). Sum of RGB (Red+Green+Blue) = 226+18+202=446 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.67% from 446); Green value is 18 (7.42% from 255 or 4.04% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 226 - color contains mainly: red. Hex color #E212CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E212CA is #1DED35. Grayscale: #646464. Windows color (decimal): -1961270 or 13243106. OLE color: 13243106.

HSL color Cylindrical-coordinate representation of color #E212CA: hue angle of 306.92º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E212CA is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 18 202 -
CMYK 0 0.92 0.11 0.11
HSL 306.92º 0.85% 0.48% -
HSV(B) 306.92º 0.92% 0.89% -
XYZ 42.24 20.87 57.68 -
YUV 101.17 184.91 217.04 -
System Red Green Blue C M Y K H S L
Decimal 226 18 202 0 0.92 0.11 0.11 306.92 0.85 0.48
Hex E2 12 CA 0 5C B B 133 55 30
Octal 342 22 312 0 134 13 13 463 125 60
Binary 11100010 10010 11001010 0 1011100 1011 1011 100110011 1010101 110000

Color Harmonies of #E212CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E212CA

Black with #E212CA

Text Example


Text Example

White with #E212CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E212CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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