Html Css Color HEX #E40EDB Deep Magenta

📋 copy color: '#E40EDB'

red 228 ◦ green 14 ◦ blue 219

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

Shades of Deep Magenta #E40EDB

Tints of Deep Magenta #E40EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.51%

R = 49.46%
G = 3.04%
B = 47.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E40EDB (or 0xE40EDB) is known color: Deep Magenta. HEX triplet: E4, 0E and DB. RGB value is (228,14,219). Sum of RGB (Red+Green+Blue) = 228+14+219=461 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.46% from 461); Green value is 14 (5.86% from 255 or 3.04% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 228 - color contains mainly: red. Hex color #E40EDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40EDB is #1BF124. Grayscale: #646464. Windows color (decimal): -1831205 or 14356196. OLE color: 14356196.

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

Color convert

RGB 228 14 219 -
CMYK 0 0.94 0.04 0.11
HSL 302.52º 0.88% 0.47% -
HSV(B) 302.52º 0.94% 0.89% -
XYZ 44.94 21.92 68.88 -
YUV 101.36 194.4 218.33 -
System Red Green Blue C M Y K H S L
Decimal 228 14 219 0 0.94 0.04 0.11 302.52 0.88 0.47
Hex E4 E DB 0 5E 4 B 12F 58 2F
Octal 344 16 333 0 136 4 13 457 130 57
Binary 11100100 1110 11011011 0 1011110 100 1011 100101111 1011000 101111

Color Harmonies of #E40EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40EDB

Black with #E40EDB

Text Example


Text Example

White with #E40EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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