Html Css Color HEX #E21BDE Deep Magenta

📋 copy color: '#E21BDE'

red 226 ◦ green 27 ◦ blue 222

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

Shades of Deep Magenta #E21BDE

Tints of Deep Magenta #E21BDE

RGB

 RED value IS 226 (88.67% from 255) = 47.58%

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

 BLUE value IS 222 (87.11% from 255) = 46.74%

R = 47.58%
G = 5.68%
B = 46.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E21BDE (or 0xE21BDE) is known color: Deep Magenta. HEX triplet: E2, 1B and DE. RGB value is (226,27,222). Sum of RGB (Red+Green+Blue) = 226+27+222=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 27 (10.94% from 255 or 5.68% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 226 - color contains mainly: red. Hex color #E21BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21BDE is #1DE421. Grayscale: #6C6C6C. Windows color (decimal): -1958946 or 14556130. OLE color: 14556130.

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

Color convert

RGB 226 27 222 -
CMYK 0 0.88 0.02 0.11
HSL 301.21º 0.79% 0.5% -
HSV(B) 301.21º 0.88% 0.89% -
XYZ 44.94 22.23 71.03 -
YUV 108.73 191.93 211.64 -
System Red Green Blue C M Y K H S L
Decimal 226 27 222 0 0.88 0.02 0.11 301.21 0.79 0.5
Hex E2 1B DE 0 58 2 B 12D 4F 32
Octal 342 33 336 0 130 2 13 455 117 62
Binary 11100010 11011 11011110 0 1011000 10 1011 100101101 1001111 110010

Color Harmonies of #E21BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21BDE

Black with #E21BDE

Text Example


Text Example

White with #E21BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21BDE; }

 p { color: rgb(226,27,222); }

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

background-color css

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

 a { background-color: rgb(226,27,222); }

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

border-color css

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

 span { border-color: rgb(226,27,222); }

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