Html Css Color HEX #E50BD3 Deep Magenta

📋 copy color: '#E50BD3'

red 229 ◦ green 11 ◦ blue 211

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

Shades of Deep Magenta #E50BD3

Tints of Deep Magenta #E50BD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 46.78%

R = 50.78%
G = 2.44%
B = 46.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E50BD3 (or 0xE50BD3) is known color: Deep Magenta. HEX triplet: E5, 0B and D3. RGB value is (229,11,211). Sum of RGB (Red+Green+Blue) = 229+11+211=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 11 (4.69% from 255 or 2.44% from 451); Blue value is 211 (82.81% from 255 or 46.78% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E50BD3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50BD3 is #1AF42C. Grayscale: #626262. Windows color (decimal): -1766445 or 13831141. OLE color: 13831141.

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

Color convert

RGB 229 11 211 -
CMYK 0 0.95 0.08 0.10
HSL 304.95º 0.91% 0.47% -
HSV(B) 304.95º 0.95% 0.9% -
XYZ 44.19 21.6 63.47 -
YUV 98.98 191.22 220.74 -
System Red Green Blue C M Y K H S L
Decimal 229 11 211 0 0.95 0.08 0.10 304.95 0.91 0.47
Hex E5 B D3 0 5F 8 A 131 5B 2F
Octal 345 13 323 0 137 10 12 461 133 57
Binary 11100101 1011 11010011 0 1011111 1000 1010 100110001 1011011 101111

Color Harmonies of #E50BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50BD3

Black with #E50BD3

Text Example


Text Example

White with #E50BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50BD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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