Html Css Color HEX #E00DC3 Deep Magenta

📋 copy color: '#E00DC3'

red 224 ◦ green 13 ◦ blue 195

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

Shades of Deep Magenta #E00DC3

Tints of Deep Magenta #E00DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 45.14%

R = 51.85%
G = 3.01%
B = 45.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E00DC3 (or 0xE00DC3) is known color: Deep Magenta. HEX triplet: E0, 0D and C3. RGB value is (224,13,195). Sum of RGB (Red+Green+Blue) = 224+13+195=432 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.85% from 432); Green value is 13 (5.47% from 255 or 3.01% from 432); Blue value is 195 (76.56% from 255 or 45.14% from 432); Max value from RGB is 224 - color contains mainly: red. Hex color #E00DC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00DC3 is #1FF23C. Grayscale: #606060. Windows color (decimal): -2093629 or 12783072. OLE color: 12783072.

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

Color convert

RGB 224 13 195 -
CMYK 0 0.94 0.13 0.12
HSL 308.25º 0.89% 0.46% -
HSV(B) 308.25º 0.94% 0.88% -
XYZ 40.73 20.08 53.36 -
YUV 96.84 183.4 218.7 -
System Red Green Blue C M Y K H S L
Decimal 224 13 195 0 0.94 0.13 0.12 308.25 0.89 0.46
Hex E0 D C3 0 5E D C 134 59 2E
Octal 340 15 303 0 136 15 14 464 131 56
Binary 11100000 1101 11000011 0 1011110 1101 1100 100110100 1011001 101110

Color Harmonies of #E00DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00DC3

Black with #E00DC3

Text Example


Text Example

White with #E00DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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