Html Css Color HEX #E50BDB Deep Magenta

📋 copy color: '#E50BDB'

red 229 ◦ green 11 ◦ blue 219

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

Shades of Deep Magenta #E50BDB

Tints of Deep Magenta #E50BDB

RGB

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

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

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

R = 49.89%
G = 2.4%
B = 47.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E50BDB (or 0xE50BDB) is known color: Deep Magenta. HEX triplet: E5, 0B and DB. RGB value is (229,11,219). Sum of RGB (Red+Green+Blue) = 229+11+219=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 11 (4.69% from 255 or 2.40% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E50BDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50BDB is #1AF424. Grayscale: #636363. Windows color (decimal): -1766437 or 14355429. OLE color: 14355429.

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

Color convert

RGB 229 11 219 -
CMYK 0 0.95 0.04 0.10
HSL 302.75º 0.91% 0.47% -
HSV(B) 302.75º 0.95% 0.9% -
XYZ 45.22 22.01 68.88 -
YUV 99.89 195.22 220.09 -
System Red Green Blue C M Y K H S L
Decimal 229 11 219 0 0.95 0.04 0.10 302.75 0.91 0.47
Hex E5 B DB 0 5F 4 A 12F 5B 2F
Octal 345 13 333 0 137 4 12 457 133 57
Binary 11100101 1011 11011011 0 1011111 100 1010 100101111 1011011 101111

Color Harmonies of #E50BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50BDB

Black with #E50BDB

Text Example


Text Example

White with #E50BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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