Html Css Color HEX #E31BDC Deep Magenta

📋 copy color: '#E31BDC'

red 227 ◦ green 27 ◦ blue 220

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

Shades of Deep Magenta #E31BDC

Tints of Deep Magenta #E31BDC

RGB

 RED value IS 227 (89.06% from 255) = 47.89%

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

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

R = 47.89%
G = 5.7%
B = 46.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E31BDC (or 0xE31BDC) is known color: Deep Magenta. HEX triplet: E3, 1B and DC. RGB value is (227,27,220). Sum of RGB (Red+Green+Blue) = 227+27+220=474 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.89% from 474); Green value is 27 (10.94% from 255 or 5.70% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 227 - color contains mainly: red. Hex color #E31BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31BDC is #1CE423. Grayscale: #6C6C6C. Windows color (decimal): -1893412 or 14425059. OLE color: 14425059.

HSL color Cylindrical-coordinate representation of color #E31BDC: hue angle of 302.1º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E31BDC is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 27 220 -
CMYK 0 0.88 0.03 0.11
HSL 302.1º 0.79% 0.5% -
HSV(B) 302.1º 0.88% 0.89% -
XYZ 44.99 22.28 69.64 -
YUV 108.8 190.76 212.31 -
System Red Green Blue C M Y K H S L
Decimal 227 27 220 0 0.88 0.03 0.11 302.1 0.79 0.5
Hex E3 1B DC 0 58 3 B 12E 4F 32
Octal 343 33 334 0 130 3 13 456 117 62
Binary 11100011 11011 11011100 0 1011000 11 1011 100101110 1001111 110010

Color Harmonies of #E31BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31BDC

Black with #E31BDC

Text Example


Text Example

White with #E31BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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