Html Css Color HEX #E40BDB Deep Magenta

📋 copy color: '#E40BDB'

red 228 ◦ green 11 ◦ blue 219

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

Shades of Deep Magenta #E40BDB

Tints of Deep Magenta #E40BDB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.4%

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

R = 49.78%
G = 2.4%
B = 47.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E40BDB (or 0xE40BDB) is known color: Deep Magenta. HEX triplet: E4, 0B and DB. RGB value is (228,11,219). Sum of RGB (Red+Green+Blue) = 228+11+219=458 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.78% from 458); Green value is 11 (4.69% from 255 or 2.40% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 228 - color contains mainly: red. Hex color #E40BDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40BDB is #1BF424. Grayscale: #626262. Windows color (decimal): -1831973 or 14355428. OLE color: 14355428.

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

Color convert

RGB 228 11 219 -
CMYK 0 0.95 0.04 0.11
HSL 302.49º 0.91% 0.47% -
HSV(B) 302.49º 0.95% 0.89% -
XYZ 44.9 21.85 68.87 -
YUV 99.6 195.39 219.59 -
System Red Green Blue C M Y K H S L
Decimal 228 11 219 0 0.95 0.04 0.11 302.49 0.91 0.47
Hex E4 B DB 0 5F 4 B 12E 5B 2F
Octal 344 13 333 0 137 4 13 456 133 57
Binary 11100100 1011 11011011 0 1011111 100 1011 100101110 1011011 101111

Color Harmonies of #E40BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40BDB

Black with #E40BDB

Text Example


Text Example

White with #E40BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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