Html Css Color HEX #E00BDC Deep Magenta

📋 copy color: '#E00BDC'

red 224 ◦ green 11 ◦ blue 220

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

Shades of Deep Magenta #E00BDC

Tints of Deep Magenta #E00BDC

RGB

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

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

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

R = 49.23%
G = 2.42%
B = 48.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E00BDC (or 0xE00BDC) is known color: Deep Magenta. HEX triplet: E0, 0B and DC. RGB value is (224,11,220). Sum of RGB (Red+Green+Blue) = 224+11+220=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 11 (4.69% from 255 or 2.42% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E00BDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00BDC is #1FF423. Grayscale: #616161. Windows color (decimal): -2094116 or 14420960. OLE color: 14420960.

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

Color convert

RGB 224 11 220 -
CMYK 0 0.95 0.02 0.12
HSL 301.13º 0.91% 0.46% -
HSV(B) 301.13º 0.95% 0.88% -
XYZ 43.78 21.25 69.51 -
YUV 98.51 196.57 217.51 -
System Red Green Blue C M Y K H S L
Decimal 224 11 220 0 0.95 0.02 0.12 301.13 0.91 0.46
Hex E0 B DC 0 5F 2 C 12D 5B 2E
Octal 340 13 334 0 137 2 14 455 133 56
Binary 11100000 1011 11011100 0 1011111 10 1100 100101101 1011011 101110

Color Harmonies of #E00BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00BDC

Black with #E00BDC

Text Example


Text Example

White with #E00BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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