Html Css Color HEX #E00CDA Deep Magenta

📋 copy color: '#E00CDA'

red 224 ◦ green 12 ◦ blue 218

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

Shades of Deep Magenta #E00CDA

Tints of Deep Magenta #E00CDA

RGB

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

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

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

R = 49.34%
G = 2.64%
B = 48.02%

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

#E00CDA (or 0xE00CDA) is known color: Deep Magenta. HEX triplet: E0, 0C and DA. RGB value is (224,12,218). Sum of RGB (Red+Green+Blue) = 224+12+218=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 12 (5.08% from 255 or 2.64% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E00CDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00CDA is #1FF325. Grayscale: #626262. Windows color (decimal): -2093862 or 14290144. OLE color: 14290144.

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

Color convert

RGB 224 12 218 -
CMYK 0 0.95 0.03 0.12
HSL 301.7º 0.9% 0.46% -
HSV(B) 301.7º 0.95% 0.88% -
XYZ 43.53 21.17 68.12 -
YUV 98.87 195.24 217.25 -
System Red Green Blue C M Y K H S L
Decimal 224 12 218 0 0.95 0.03 0.12 301.7 0.9 0.46
Hex E0 C DA 0 5F 3 C 12E 5A 2E
Octal 340 14 332 0 137 3 14 456 132 56
Binary 11100000 1100 11011010 0 1011111 11 1100 100101110 1011010 101110

Color Harmonies of #E00CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00CDA

Black with #E00CDA

Text Example


Text Example

White with #E00CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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