Html Css Color HEX #E01BDC Deep Magenta

📋 copy color: '#E01BDC'

red 224 ◦ green 27 ◦ blue 220

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

Shades of Deep Magenta #E01BDC

Tints of Deep Magenta #E01BDC

RGB

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

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

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

R = 47.56%
G = 5.73%
B = 46.71%

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

#E01BDC (or 0xE01BDC) is known color: Deep Magenta. HEX triplet: E0, 1B and DC. RGB value is (224,27,220). Sum of RGB (Red+Green+Blue) = 224+27+220=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 27 (10.94% from 255 or 5.73% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E01BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01BDC is #1FE423. Grayscale: #6B6B6B. Windows color (decimal): -2090020 or 14425056. OLE color: 14425056.

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

Color convert

RGB 224 27 220 -
CMYK 0 0.88 0.02 0.12
HSL 301.22º 0.78% 0.49% -
HSV(B) 301.22º 0.88% 0.88% -
XYZ 44.05 21.8 69.6 -
YUV 107.91 191.27 210.81 -
System Red Green Blue C M Y K H S L
Decimal 224 27 220 0 0.88 0.02 0.12 301.22 0.78 0.49
Hex E0 1B DC 0 58 2 C 12D 4E 31
Octal 340 33 334 0 130 2 14 455 116 61
Binary 11100000 11011 11011100 0 1011000 10 1100 100101101 1001110 110001

Color Harmonies of #E01BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01BDC

Black with #E01BDC

Text Example


Text Example

White with #E01BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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