Html Css Color HEX #E31BDB Deep Magenta

📋 copy color: '#E31BDB'

red 227 ◦ green 27 ◦ blue 219

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

Shades of Deep Magenta #E31BDB

Tints of Deep Magenta #E31BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.3%

R = 47.99%
G = 5.71%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E31BDB (or 0xE31BDB) is known color: Deep Magenta. HEX triplet: E3, 1B and DB. RGB value is (227,27,219). Sum of RGB (Red+Green+Blue) = 227+27+219=473 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.99% from 473); Green value is 27 (10.94% from 255 or 5.71% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 227 - color contains mainly: red. Hex color #E31BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E31BDB is #1CE424. Grayscale: #6C6C6C. Windows color (decimal): -1893413 or 14359523. OLE color: 14359523.

HSL color Cylindrical-coordinate representation of color #E31BDB: hue angle of 302.4º 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 #E31BDB is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 27 219 -
CMYK 0 0.88 0.04 0.11
HSL 302.4º 0.79% 0.5% -
HSV(B) 302.4º 0.88% 0.89% -
XYZ 44.86 22.23 68.94 -
YUV 108.69 190.26 212.39 -
System Red Green Blue C M Y K H S L
Decimal 227 27 219 0 0.88 0.04 0.11 302.4 0.79 0.5
Hex E3 1B DB 0 58 4 B 12E 4F 32
Octal 343 33 333 0 130 4 13 456 117 62
Binary 11100011 11011 11011011 0 1011000 100 1011 100101110 1001111 110010

Color Harmonies of #E31BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31BDB

Black with #E31BDB

Text Example


Text Example

White with #E31BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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