Html Css Color HEX #E210CE Deep Magenta

📋 copy color: '#E210CE'

red 226 ◦ green 16 ◦ blue 206

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

Shades of Deep Magenta #E210CE

Tints of Deep Magenta #E210CE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.57%

 BLUE value IS 206 (80.86% from 255) = 45.98%

R = 50.45%
G = 3.57%
B = 45.98%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E210CE (or 0xE210CE) is known color: Deep Magenta. HEX triplet: E2, 10 and CE. RGB value is (226,16,206). Sum of RGB (Red+Green+Blue) = 226+16+206=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 16 (6.64% from 255 or 3.57% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E210CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E210CE is #1DEF31. Grayscale: #636363. Windows color (decimal): -1961778 or 13504738. OLE color: 13504738.

HSL color Cylindrical-coordinate representation of color #E210CE: hue angle of 305.71º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E210CE is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 16 206 -
CMYK 0 0.93 0.09 0.11
HSL 305.71º 0.87% 0.47% -
HSV(B) 305.71º 0.93% 0.89% -
XYZ 42.69 21 60.2 -
YUV 100.45 187.57 217.55 -
System Red Green Blue C M Y K H S L
Decimal 226 16 206 0 0.93 0.09 0.11 305.71 0.87 0.47
Hex E2 10 CE 0 5D 9 B 132 57 2F
Octal 342 20 316 0 135 11 13 462 127 57
Binary 11100010 10000 11001110 0 1011101 1001 1011 100110010 1010111 101111

Color Harmonies of #E210CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E210CE

Black with #E210CE

Text Example


Text Example

White with #E210CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E210CE; }

 p { color: rgb(226,16,206); }

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

background-color css

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

 a { background-color: rgb(226,16,206); }

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

border-color css

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

 span { border-color: rgb(226,16,206); }

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