Html Css Color HEX #E50BDE Deep Magenta

📋 copy color: '#E50BDE'

red 229 ◦ green 11 ◦ blue 222

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

Shades of Deep Magenta #E50BDE

Tints of Deep Magenta #E50BDE

RGB

 RED value IS 229 (89.84% from 255) = 49.57%

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

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

R = 49.57%
G = 2.38%
B = 48.05%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E50BDE (or 0xE50BDE) is known color: Deep Magenta. HEX triplet: E5, 0B and DE. RGB value is (229,11,222). Sum of RGB (Red+Green+Blue) = 229+11+222=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 11 (4.69% from 255 or 2.38% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E50BDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50BDE is #1AF421. Grayscale: #636363. Windows color (decimal): -1766434 or 14552037. OLE color: 14552037.

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

Color convert

RGB 229 11 222 -
CMYK 0 0.95 0.03 0.10
HSL 301.93º 0.91% 0.47% -
HSV(B) 301.93º 0.95% 0.9% -
XYZ 45.62 22.17 70.98 -
YUV 100.24 196.72 219.84 -
System Red Green Blue C M Y K H S L
Decimal 229 11 222 0 0.95 0.03 0.10 301.93 0.91 0.47
Hex E5 B DE 0 5F 3 A 12E 5B 2F
Octal 345 13 336 0 137 3 12 456 133 57
Binary 11100101 1011 11011110 0 1011111 11 1010 100101110 1011011 101111

Color Harmonies of #E50BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50BDE

Black with #E50BDE

Text Example


Text Example

White with #E50BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50BDE; }

 p { color: rgb(229,11,222); }

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

background-color css

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

 a { background-color: rgb(229,11,222); }

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

border-color css

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

 span { border-color: rgb(229,11,222); }

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