Html Css Color HEX #E00CDE Deep Magenta

📋 copy color: '#E00CDE'

red 224 ◦ green 12 ◦ blue 222

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

Shades of Deep Magenta #E00CDE

Tints of Deep Magenta #E00CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.47%

R = 48.91%
G = 2.62%
B = 48.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E00CDE (or 0xE00CDE) is known color: Deep Magenta. HEX triplet: E0, 0C and DE. RGB value is (224,12,222). Sum of RGB (Red+Green+Blue) = 224+12+222=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 12 (5.08% from 255 or 2.62% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E00CDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00CDE is #1FF321. Grayscale: #626262. Windows color (decimal): -2093858 or 14552288. OLE color: 14552288.

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

Color convert

RGB 224 12 222 -
CMYK 0 0.95 0.01 0.12
HSL 300.57º 0.9% 0.46% -
HSV(B) 300.57º 0.95% 0.88% -
XYZ 44.06 21.38 70.91 -
YUV 99.33 197.24 216.92 -
System Red Green Blue C M Y K H S L
Decimal 224 12 222 0 0.95 0.01 0.12 300.57 0.9 0.46
Hex E0 C DE 0 5F 1 C 12D 5A 2E
Octal 340 14 336 0 137 1 14 455 132 56
Binary 11100000 1100 11011110 0 1011111 1 1100 100101101 1011010 101110

Color Harmonies of #E00CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00CDE

Black with #E00CDE

Text Example


Text Example

White with #E00CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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