Html Css Color HEX #E00DDE Deep Magenta

📋 copy color: '#E00DDE'

red 224 ◦ green 13 ◦ blue 222

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

Shades of Deep Magenta #E00DDE

Tints of Deep Magenta #E00DDE

RGB

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

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

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

R = 48.8%
G = 2.83%
B = 48.37%

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

#E00DDE (or 0xE00DDE) is known color: Deep Magenta. HEX triplet: E0, 0D and DE. RGB value is (224,13,222). Sum of RGB (Red+Green+Blue) = 224+13+222=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 13 (5.47% from 255 or 2.83% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E00DDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00DDE is #1FF221. Grayscale: #636363. Windows color (decimal): -2093602 or 14552544. OLE color: 14552544.

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

Color convert

RGB 224 13 222 -
CMYK 0 0.94 0.01 0.12
HSL 300.57º 0.89% 0.46% -
HSV(B) 300.57º 0.94% 0.88% -
XYZ 44.07 21.41 70.92 -
YUV 99.92 196.9 216.51 -
System Red Green Blue C M Y K H S L
Decimal 224 13 222 0 0.94 0.01 0.12 300.57 0.89 0.46
Hex E0 D DE 0 5E 1 C 12D 59 2E
Octal 340 15 336 0 136 1 14 455 131 56
Binary 11100000 1101 11011110 0 1011110 1 1100 100101101 1011001 101110

Color Harmonies of #E00DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00DDE

Black with #E00DDE

Text Example


Text Example

White with #E00DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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