Html Css Color HEX #E40BDA Deep Magenta

📋 copy color: '#E40BDA'

red 228 ◦ green 11 ◦ blue 218

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

Shades of Deep Magenta #E40BDA

Tints of Deep Magenta #E40BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.7%

R = 49.89%
G = 2.41%
B = 47.7%

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

#E40BDA (or 0xE40BDA) is known color: Deep Magenta. HEX triplet: E4, 0B and DA. RGB value is (228,11,218). Sum of RGB (Red+Green+Blue) = 228+11+218=457 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.89% from 457); Green value is 11 (4.69% from 255 or 2.41% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 228 - color contains mainly: red. Hex color #E40BDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E40BDA is #1BF425. Grayscale: #626262. Windows color (decimal): -1831974 or 14289892. OLE color: 14289892.

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

Color convert

RGB 228 11 218 -
CMYK 0 0.95 0.04 0.11
HSL 302.77º 0.91% 0.47% -
HSV(B) 302.77º 0.95% 0.89% -
XYZ 44.77 21.8 68.18 -
YUV 99.48 194.89 219.67 -
System Red Green Blue C M Y K H S L
Decimal 228 11 218 0 0.95 0.04 0.11 302.77 0.91 0.47
Hex E4 B DA 0 5F 4 B 12F 5B 2F
Octal 344 13 332 0 137 4 13 457 133 57
Binary 11100100 1011 11011010 0 1011111 100 1011 100101111 1011011 101111

Color Harmonies of #E40BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40BDA

Black with #E40BDA

Text Example


Text Example

White with #E40BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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