Html Css Color HEX #E50BD1 Deep Magenta

📋 copy color: '#E50BD1'

red 229 ◦ green 11 ◦ blue 209

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

Shades of Deep Magenta #E50BD1

Tints of Deep Magenta #E50BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 46.55%

R = 51%
G = 2.45%
B = 46.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E50BD1 (or 0xE50BD1) is known color: Deep Magenta. HEX triplet: E5, 0B and D1. RGB value is (229,11,209). Sum of RGB (Red+Green+Blue) = 229+11+209=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 11 (4.69% from 255 or 2.45% from 449); Blue value is 209 (82.03% from 255 or 46.55% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E50BD1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50BD1 is #1AF42E. Grayscale: #626262. Windows color (decimal): -1766447 or 13700069. OLE color: 13700069.

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

Color convert

RGB 229 11 209 -
CMYK 0 0.95 0.09 0.10
HSL 305.5º 0.91% 0.47% -
HSV(B) 305.5º 0.95% 0.9% -
XYZ 43.94 21.5 62.16 -
YUV 98.75 190.22 220.9 -
System Red Green Blue C M Y K H S L
Decimal 229 11 209 0 0.95 0.09 0.10 305.5 0.91 0.47
Hex E5 B D1 0 5F 9 A 132 5B 2F
Octal 345 13 321 0 137 11 12 462 133 57
Binary 11100101 1011 11010001 0 1011111 1001 1010 100110010 1011011 101111

Color Harmonies of #E50BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50BD1

Black with #E50BD1

Text Example


Text Example

White with #E50BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50BD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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