Html Css Color HEX #E50BCE Deep Magenta

📋 copy color: '#E50BCE'

red 229 ◦ green 11 ◦ blue 206

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

Shades of Deep Magenta #E50BCE

Tints of Deep Magenta #E50BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.19%

R = 51.35%
G = 2.47%
B = 46.19%

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

#E50BCE (or 0xE50BCE) is known color: Deep Magenta. HEX triplet: E5, 0B and CE. RGB value is (229,11,206). Sum of RGB (Red+Green+Blue) = 229+11+206=446 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.35% from 446); Green value is 11 (4.69% from 255 or 2.47% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 229 - color contains mainly: red. Hex color #E50BCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50BCE is #1AF431. Grayscale: #616161. Windows color (decimal): -1766450 or 13503461. OLE color: 13503461.

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

Color convert

RGB 229 11 206 -
CMYK 0 0.95 0.10 0.10
HSL 306.33º 0.91% 0.47% -
HSV(B) 306.33º 0.95% 0.9% -
XYZ 43.57 21.35 60.22 -
YUV 98.41 188.72 221.14 -
System Red Green Blue C M Y K H S L
Decimal 229 11 206 0 0.95 0.10 0.10 306.33 0.91 0.47
Hex E5 B CE 0 5F A A 132 5B 2F
Octal 345 13 316 0 137 12 12 462 133 57
Binary 11100101 1011 11001110 0 1011111 1010 1010 100110010 1011011 101111

Color Harmonies of #E50BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50BCE

Black with #E50BCE

Text Example


Text Example

White with #E50BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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