Html Css Color HEX #E00EDD Deep Magenta

📋 copy color: '#E00EDD'

red 224 ◦ green 14 ◦ blue 221

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

Shades of Deep Magenta #E00EDD

Tints of Deep Magenta #E00EDD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.05%

 BLUE value IS 221 (86.72% from 255) = 48.15%

R = 48.8%
G = 3.05%
B = 48.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E00EDD (or 0xE00EDD) is known color: Deep Magenta. HEX triplet: E0, 0E and DD. RGB value is (224,14,221). Sum of RGB (Red+Green+Blue) = 224+14+221=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 14 (5.86% from 255 or 3.05% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E00EDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00EDD is #1FF122. Grayscale: #636363. Windows color (decimal): -2093347 or 14487264. OLE color: 14487264.

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

Color convert

RGB 224 14 221 -
CMYK 0 0.94 0.01 0.12
HSL 300.86º 0.88% 0.47% -
HSV(B) 300.86º 0.94% 0.88% -
XYZ 43.95 21.38 70.22 -
YUV 100.39 196.07 216.17 -
System Red Green Blue C M Y K H S L
Decimal 224 14 221 0 0.94 0.01 0.12 300.86 0.88 0.47
Hex E0 E DD 0 5E 1 C 12D 58 2F
Octal 340 16 335 0 136 1 14 455 130 57
Binary 11100000 1110 11011101 0 1011110 1 1100 100101101 1011000 101111

Color Harmonies of #E00EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00EDD

Black with #E00EDD

Text Example


Text Example

White with #E00EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00EDD; }

 p { color: rgb(224,14,221); }

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

background-color css

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

 a { background-color: rgb(224,14,221); }

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

border-color css

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

 span { border-color: rgb(224,14,221); }

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