Html Css Color HEX #E00CDC Deep Magenta

📋 copy color: '#E00CDC'

red 224 ◦ green 12 ◦ blue 220

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

Shades of Deep Magenta #E00CDC

Tints of Deep Magenta #E00CDC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.63%

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

R = 49.12%
G = 2.63%
B = 48.25%

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

#E00CDC (or 0xE00CDC) is known color: Deep Magenta. HEX triplet: E0, 0C and DC. RGB value is (224,12,220). Sum of RGB (Red+Green+Blue) = 224+12+220=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 12 (5.08% from 255 or 2.63% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E00CDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00CDC is #1FF323. Grayscale: #626262. Windows color (decimal): -2093860 or 14421216. OLE color: 14421216.

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

Color convert

RGB 224 12 220 -
CMYK 0 0.95 0.02 0.12
HSL 301.13º 0.9% 0.46% -
HSV(B) 301.13º 0.95% 0.88% -
XYZ 43.79 21.28 69.51 -
YUV 99.1 196.24 217.09 -
System Red Green Blue C M Y K H S L
Decimal 224 12 220 0 0.95 0.02 0.12 301.13 0.9 0.46
Hex E0 C DC 0 5F 2 C 12D 5A 2E
Octal 340 14 334 0 137 2 14 455 132 56
Binary 11100000 1100 11011100 0 1011111 10 1100 100101101 1011010 101110

Color Harmonies of #E00CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00CDC

Black with #E00CDC

Text Example


Text Example

White with #E00CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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