Html Css Color HEX #E00BDA Deep Magenta

📋 copy color: '#E00BDA'

red 224 ◦ green 11 ◦ blue 218

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

Shades of Deep Magenta #E00BDA

Tints of Deep Magenta #E00BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.12%

R = 49.45%
G = 2.43%
B = 48.12%

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

#E00BDA (or 0xE00BDA) is known color: Deep Magenta. HEX triplet: E0, 0B and DA. RGB value is (224,11,218). Sum of RGB (Red+Green+Blue) = 224+11+218=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 11 (4.69% from 255 or 2.43% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E00BDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00BDA is #1FF425. Grayscale: #616161. Windows color (decimal): -2094118 or 14289888. OLE color: 14289888.

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

Color convert

RGB 224 11 218 -
CMYK 0 0.95 0.03 0.12
HSL 301.69º 0.91% 0.46% -
HSV(B) 301.69º 0.95% 0.88% -
XYZ 43.52 21.15 68.12 -
YUV 98.29 195.57 217.67 -
System Red Green Blue C M Y K H S L
Decimal 224 11 218 0 0.95 0.03 0.12 301.69 0.91 0.46
Hex E0 B DA 0 5F 3 C 12E 5B 2E
Octal 340 13 332 0 137 3 14 456 133 56
Binary 11100000 1011 11011010 0 1011111 11 1100 100101110 1011011 101110

Color Harmonies of #E00BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00BDA

Black with #E00BDA

Text Example


Text Example

White with #E00BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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