Html Css Color HEX #E51BDC Deep Magenta

📋 copy color: '#E51BDC'

red 229 ◦ green 27 ◦ blue 220

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

Shades of Deep Magenta #E51BDC

Tints of Deep Magenta #E51BDC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.67%

 BLUE value IS 220 (86.33% from 255) = 46.22%

R = 48.11%
G = 5.67%
B = 46.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E51BDC (or 0xE51BDC) is known color: Deep Magenta. HEX triplet: E5, 1B and DC. RGB value is (229,27,220). Sum of RGB (Red+Green+Blue) = 229+27+220=476 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.11% from 476); Green value is 27 (10.94% from 255 or 5.67% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 229 - color contains mainly: red. Hex color #E51BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E51BDC is #1AE423. Grayscale: #6C6C6C. Windows color (decimal): -1762340 or 14425061. OLE color: 14425061.

HSL color Cylindrical-coordinate representation of color #E51BDC: hue angle of 302.67º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E51BDC is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 27 220 -
CMYK 0 0.88 0.04 0.10
HSL 302.67º 0.8% 0.5% -
HSV(B) 302.67º 0.88% 0.9% -
XYZ 45.62 22.61 69.67 -
YUV 109.4 190.42 213.31 -
System Red Green Blue C M Y K H S L
Decimal 229 27 220 0 0.88 0.04 0.10 302.67 0.8 0.5
Hex E5 1B DC 0 58 4 A 12F 50 32
Octal 345 33 334 0 130 4 12 457 120 62
Binary 11100101 11011 11011100 0 1011000 100 1010 100101111 1010000 110010

Color Harmonies of #E51BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51BDC

Black with #E51BDC

Text Example


Text Example

White with #E51BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51BDC; }

 p { color: rgb(229,27,220); }

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

background-color css

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

 a { background-color: rgb(229,27,220); }

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

border-color css

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

 span { border-color: rgb(229,27,220); }

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