Html Css Color HEX #E00DCE Deep Magenta

📋 copy color: '#E00DCE'

red 224 ◦ green 13 ◦ blue 206

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

Shades of Deep Magenta #E00DCE

Tints of Deep Magenta #E00DCE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.93%

 BLUE value IS 206 (80.86% from 255) = 46.5%

R = 50.56%
G = 2.93%
B = 46.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E00DCE (or 0xE00DCE) is known color: Deep Magenta. HEX triplet: E0, 0D and CE. RGB value is (224,13,206). Sum of RGB (Red+Green+Blue) = 224+13+206=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 13 (5.47% from 255 or 2.93% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E00DCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00DCE is #1FF231. Grayscale: #616161. Windows color (decimal): -2093618 or 13503968. OLE color: 13503968.

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

Color convert

RGB 224 13 206 -
CMYK 0 0.94 0.08 0.12
HSL 305.12º 0.89% 0.46% -
HSV(B) 305.12º 0.94% 0.88% -
XYZ 42.02 20.59 60.15 -
YUV 98.09 188.9 217.81 -
System Red Green Blue C M Y K H S L
Decimal 224 13 206 0 0.94 0.08 0.12 305.12 0.89 0.46
Hex E0 D CE 0 5E 8 C 131 59 2E
Octal 340 15 316 0 136 10 14 461 131 56
Binary 11100000 1101 11001110 0 1011110 1000 1100 100110001 1011001 101110

Color Harmonies of #E00DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00DCE

Black with #E00DCE

Text Example


Text Example

White with #E00DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00DCE; }

 p { color: rgb(224,13,206); }

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

background-color css

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

 a { background-color: rgb(224,13,206); }

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

border-color css

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

 span { border-color: rgb(224,13,206); }

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