Html Css Color HEX #E40ED2 Deep Magenta

📋 copy color: '#E40ED2'

red 228 ◦ green 14 ◦ blue 210

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

Shades of Deep Magenta #E40ED2

Tints of Deep Magenta #E40ED2

RGB

 RED value IS 228 (89.45% from 255) = 50.44%

 GREEN value IS 14 (5.86% from 255) = 3.1%

 BLUE value IS 210 (82.42% from 255) = 46.46%

R = 50.44%
G = 3.1%
B = 46.46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E40ED2 (or 0xE40ED2) is known color: Deep Magenta. HEX triplet: E4, 0E and D2. RGB value is (228,14,210). Sum of RGB (Red+Green+Blue) = 228+14+210=452 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.44% from 452); Green value is 14 (5.86% from 255 or 3.10% from 452); Blue value is 210 (82.42% from 255 or 46.46% from 452); Max value from RGB is 228 - color contains mainly: red. Hex color #E40ED2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40ED2 is #1BF12D. Grayscale: #636363. Windows color (decimal): -1831214 or 13766372. OLE color: 13766372.

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

Color convert

RGB 228 14 210 -
CMYK 0 0.94 0.08 0.11
HSL 305.05º 0.88% 0.47% -
HSV(B) 305.05º 0.94% 0.89% -
XYZ 43.78 21.46 62.81 -
YUV 100.33 189.9 219.06 -
System Red Green Blue C M Y K H S L
Decimal 228 14 210 0 0.94 0.08 0.11 305.05 0.88 0.47
Hex E4 E D2 0 5E 8 B 131 58 2F
Octal 344 16 322 0 136 10 13 461 130 57
Binary 11100100 1110 11010010 0 1011110 1000 1011 100110001 1011000 101111

Color Harmonies of #E40ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40ED2

Black with #E40ED2

Text Example


Text Example

White with #E40ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40ED2; }

 p { color: rgb(228,14,210); }

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

background-color css

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

 a { background-color: rgb(228,14,210); }

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

border-color css

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

 span { border-color: rgb(228,14,210); }

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