Html Css Color HEX #E01BDD Deep Magenta

📋 copy color: '#E01BDD'

red 224 ◦ green 27 ◦ blue 221

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

Shades of Deep Magenta #E01BDD

Tints of Deep Magenta #E01BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.82%

R = 47.46%
G = 5.72%
B = 46.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E01BDD (or 0xE01BDD) is known color: Deep Magenta. HEX triplet: E0, 1B and DD. RGB value is (224,27,221). Sum of RGB (Red+Green+Blue) = 224+27+221=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 27 (10.94% from 255 or 5.72% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E01BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01BDD is #1FE422. Grayscale: #6B6B6B. Windows color (decimal): -2090019 or 14490592. OLE color: 14490592.

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

Color convert

RGB 224 27 221 -
CMYK 0 0.88 0.01 0.12
HSL 300.91º 0.78% 0.49% -
HSV(B) 300.91º 0.88% 0.88% -
XYZ 44.18 21.85 70.3 -
YUV 108.02 191.77 210.73 -
System Red Green Blue C M Y K H S L
Decimal 224 27 221 0 0.88 0.01 0.12 300.91 0.78 0.49
Hex E0 1B DD 0 58 1 C 12D 4E 31
Octal 340 33 335 0 130 1 14 455 116 61
Binary 11100000 11011 11011101 0 1011000 1 1100 100101101 1001110 110001

Color Harmonies of #E01BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01BDD

Black with #E01BDD

Text Example


Text Example

White with #E01BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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