Html Css Color HEX #E01BDB Deep Magenta

📋 copy color: '#E01BDB'

red 224 ◦ green 27 ◦ blue 219

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

Shades of Deep Magenta #E01BDB

Tints of Deep Magenta #E01BDB

RGB

 RED value IS 224 (87.89% from 255) = 47.66%

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

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

R = 47.66%
G = 5.74%
B = 46.6%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E01BDB (or 0xE01BDB) is known color: Deep Magenta. HEX triplet: E0, 1B and DB. RGB value is (224,27,219). Sum of RGB (Red+Green+Blue) = 224+27+219=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 27 (10.94% from 255 or 5.74% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E01BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01BDB is #1FE424. Grayscale: #6B6B6B. Windows color (decimal): -2090021 or 14359520. OLE color: 14359520.

HSL color Cylindrical-coordinate representation of color #E01BDB: hue angle of 301.52º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01BDB is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 27 219 -
CMYK 0 0.88 0.02 0.12
HSL 301.52º 0.78% 0.49% -
HSV(B) 301.52º 0.88% 0.88% -
XYZ 43.92 21.75 68.9 -
YUV 107.79 190.77 210.89 -
System Red Green Blue C M Y K H S L
Decimal 224 27 219 0 0.88 0.02 0.12 301.52 0.78 0.49
Hex E0 1B DB 0 58 2 C 12E 4E 31
Octal 340 33 333 0 130 2 14 456 116 61
Binary 11100000 11011 11011011 0 1011000 10 1100 100101110 1001110 110001

Color Harmonies of #E01BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01BDB

Black with #E01BDB

Text Example


Text Example

White with #E01BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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