Html Css Color HEX #E50BCD Deep Magenta

📋 copy color: '#E50BCD'

red 229 ◦ green 11 ◦ blue 205

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

Shades of Deep Magenta #E50BCD

Tints of Deep Magenta #E50BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.07%

R = 51.46%
G = 2.47%
B = 46.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E50BCD (or 0xE50BCD) is known color: Deep Magenta. HEX triplet: E5, 0B and CD. RGB value is (229,11,205). Sum of RGB (Red+Green+Blue) = 229+11+205=445 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.46% from 445); Green value is 11 (4.69% from 255 or 2.47% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 229 - color contains mainly: red. Hex color #E50BCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50BCD is #1AF432. Grayscale: #616161. Windows color (decimal): -1766451 or 13437925. OLE color: 13437925.

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

Color convert

RGB 229 11 205 -
CMYK 0 0.95 0.10 0.10
HSL 306.61º 0.91% 0.47% -
HSV(B) 306.61º 0.95% 0.9% -
XYZ 43.45 21.31 59.58 -
YUV 98.3 188.22 221.23 -
System Red Green Blue C M Y K H S L
Decimal 229 11 205 0 0.95 0.10 0.10 306.61 0.91 0.47
Hex E5 B CD 0 5F A A 133 5B 2F
Octal 345 13 315 0 137 12 12 463 133 57
Binary 11100101 1011 11001101 0 1011111 1010 1010 100110011 1011011 101111

Color Harmonies of #E50BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50BCD

Black with #E50BCD

Text Example


Text Example

White with #E50BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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