Html Css Color HEX #E00BD9 Deep Magenta

📋 copy color: '#E00BD9'

red 224 ◦ green 11 ◦ blue 217

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

Shades of Deep Magenta #E00BD9

Tints of Deep Magenta #E00BD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 48.01%

R = 49.56%
G = 2.43%
B = 48.01%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E00BD9 (or 0xE00BD9) is known color: Deep Magenta. HEX triplet: E0, 0B and D9. RGB value is (224,11,217). Sum of RGB (Red+Green+Blue) = 224+11+217=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 11 (4.69% from 255 or 2.43% from 452); Blue value is 217 (85.16% from 255 or 48.01% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E00BD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00BD9 is #1FF426. Grayscale: #616161. Windows color (decimal): -2094119 or 14224352. OLE color: 14224352.

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

Color convert

RGB 224 11 217 -
CMYK 0 0.95 0.03 0.12
HSL 301.97º 0.91% 0.46% -
HSV(B) 301.97º 0.95% 0.88% -
XYZ 43.38 21.1 67.43 -
YUV 98.17 195.07 217.75 -
System Red Green Blue C M Y K H S L
Decimal 224 11 217 0 0.95 0.03 0.12 301.97 0.91 0.46
Hex E0 B D9 0 5F 3 C 12E 5B 2E
Octal 340 13 331 0 137 3 14 456 133 56
Binary 11100000 1011 11011001 0 1011111 11 1100 100101110 1011011 101110

Color Harmonies of #E00BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00BD9

Black with #E00BD9

Text Example


Text Example

White with #E00BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00BD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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