Html Css Color HEX #E40EDE Deep Magenta

📋 copy color: '#E40EDE'

red 228 ◦ green 14 ◦ blue 222

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

Shades of Deep Magenta #E40EDE

Tints of Deep Magenta #E40EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.84%

R = 49.14%
G = 3.02%
B = 47.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E40EDE (or 0xE40EDE) is known color: Deep Magenta. HEX triplet: E4, 0E and DE. RGB value is (228,14,222). Sum of RGB (Red+Green+Blue) = 228+14+222=464 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.14% from 464); Green value is 14 (5.86% from 255 or 3.02% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 228 - color contains mainly: red. Hex color #E40EDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40EDE is #1BF121. Grayscale: #656565. Windows color (decimal): -1831202 or 14552804. OLE color: 14552804.

HSL color Cylindrical-coordinate representation of color #E40EDE: hue angle of 301.68º 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 #E40EDE is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 14 222 -
CMYK 0 0.94 0.03 0.11
HSL 301.68º 0.88% 0.47% -
HSV(B) 301.68º 0.94% 0.89% -
XYZ 45.34 22.08 70.98 -
YUV 101.7 195.9 218.09 -
System Red Green Blue C M Y K H S L
Decimal 228 14 222 0 0.94 0.03 0.11 301.68 0.88 0.47
Hex E4 E DE 0 5E 3 B 12E 58 2F
Octal 344 16 336 0 136 3 13 456 130 57
Binary 11100100 1110 11011110 0 1011110 11 1011 100101110 1011000 101111

Color Harmonies of #E40EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40EDE

Black with #E40EDE

Text Example


Text Example

White with #E40EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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