Html Css Color HEX #E40BDC Deep Magenta

📋 copy color: '#E40BDC'

red 228 ◦ green 11 ◦ blue 220

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

Shades of Deep Magenta #E40BDC

Tints of Deep Magenta #E40BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.93%

R = 49.67%
G = 2.4%
B = 47.93%

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

#E40BDC (or 0xE40BDC) is known color: Deep Magenta. HEX triplet: E4, 0B and DC. RGB value is (228,11,220). Sum of RGB (Red+Green+Blue) = 228+11+220=459 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.67% from 459); Green value is 11 (4.69% from 255 or 2.40% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 228 - color contains mainly: red. Hex color #E40BDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40BDC is #1BF423. Grayscale: #636363. Windows color (decimal): -1831972 or 14420964. OLE color: 14420964.

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

Color convert

RGB 228 11 220 -
CMYK 0 0.95 0.04 0.11
HSL 302.21º 0.91% 0.47% -
HSV(B) 302.21º 0.95% 0.89% -
XYZ 45.03 21.9 69.56 -
YUV 99.71 195.89 219.51 -
System Red Green Blue C M Y K H S L
Decimal 228 11 220 0 0.95 0.04 0.11 302.21 0.91 0.47
Hex E4 B DC 0 5F 4 B 12E 5B 2F
Octal 344 13 334 0 137 4 13 456 133 57
Binary 11100100 1011 11011100 0 1011111 100 1011 100101110 1011011 101111

Color Harmonies of #E40BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40BDC

Black with #E40BDC

Text Example


Text Example

White with #E40BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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