Html Css Color HEX #E00BDD Deep Magenta

📋 copy color: '#E00BDD'

red 224 ◦ green 11 ◦ blue 221

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

Shades of Deep Magenta #E00BDD

Tints of Deep Magenta #E00BDD

RGB

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

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

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

R = 49.12%
G = 2.41%
B = 48.46%

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

#E00BDD (or 0xE00BDD) is known color: Deep Magenta. HEX triplet: E0, 0B and DD. RGB value is (224,11,221). Sum of RGB (Red+Green+Blue) = 224+11+221=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 11 (4.69% from 255 or 2.41% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E00BDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00BDD is #1FF422. Grayscale: #626262. Windows color (decimal): -2094115 or 14486496. OLE color: 14486496.

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

Color convert

RGB 224 11 221 -
CMYK 0 0.95 0.01 0.12
HSL 300.85º 0.91% 0.46% -
HSV(B) 300.85º 0.95% 0.88% -
XYZ 43.91 21.31 70.2 -
YUV 98.63 197.07 217.42 -
System Red Green Blue C M Y K H S L
Decimal 224 11 221 0 0.95 0.01 0.12 300.85 0.91 0.46
Hex E0 B DD 0 5F 1 C 12D 5B 2E
Octal 340 13 335 0 137 1 14 455 133 56
Binary 11100000 1011 11011101 0 1011111 1 1100 100101101 1011011 101110

Color Harmonies of #E00BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00BDD

Black with #E00BDD

Text Example


Text Example

White with #E00BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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