Html Css Color HEX #E00BDE Deep Magenta

📋 copy color: '#E00BDE'

red 224 ◦ green 11 ◦ blue 222

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

Shades of Deep Magenta #E00BDE

Tints of Deep Magenta #E00BDE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.41%

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

R = 49.02%
G = 2.41%
B = 48.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E00BDE (or 0xE00BDE) is known color: Deep Magenta. HEX triplet: E0, 0B and DE. RGB value is (224,11,222). Sum of RGB (Red+Green+Blue) = 224+11+222=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 11 (4.69% from 255 or 2.41% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E00BDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00BDE is #1FF421. Grayscale: #626262. Windows color (decimal): -2094114 or 14552032. OLE color: 14552032.

HSL color Cylindrical-coordinate representation of color #E00BDE: hue angle of 300.56º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E00BDE is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 11 222 -
CMYK 0 0.95 0.01 0.12
HSL 300.56º 0.91% 0.46% -
HSV(B) 300.56º 0.95% 0.88% -
XYZ 44.04 21.36 70.91 -
YUV 98.74 197.57 217.34 -
System Red Green Blue C M Y K H S L
Decimal 224 11 222 0 0.95 0.01 0.12 300.56 0.91 0.46
Hex E0 B DE 0 5F 1 C 12D 5B 2E
Octal 340 13 336 0 137 1 14 455 133 56
Binary 11100000 1011 11011110 0 1011111 1 1100 100101101 1011011 101110

Color Harmonies of #E00BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00BDE

Black with #E00BDE

Text Example


Text Example

White with #E00BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00BDE; }

 p { color: rgb(224,11,222); }

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

background-color css

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

 a { background-color: rgb(224,11,222); }

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

border-color css

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

 span { border-color: rgb(224,11,222); }

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