Html Css Color HEX #E00FDD Deep Magenta

📋 copy color: '#E00FDD'

red 224 ◦ green 15 ◦ blue 221

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

Shades of Deep Magenta #E00FDD

Tints of Deep Magenta #E00FDD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.26%

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

R = 48.7%
G = 3.26%
B = 48.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E00FDD (or 0xE00FDD) is known color: Deep Magenta. HEX triplet: E0, 0F and DD. RGB value is (224,15,221). Sum of RGB (Red+Green+Blue) = 224+15+221=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 15 (6.25% from 255 or 3.26% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E00FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00FDD is #1FF022. Grayscale: #646464. Windows color (decimal): -2093091 or 14487520. OLE color: 14487520.

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

Color convert

RGB 224 15 221 -
CMYK 0 0.93 0.01 0.12
HSL 300.86º 0.87% 0.47% -
HSV(B) 300.86º 0.93% 0.88% -
XYZ 43.96 21.41 70.22 -
YUV 100.98 195.74 215.75 -
System Red Green Blue C M Y K H S L
Decimal 224 15 221 0 0.93 0.01 0.12 300.86 0.87 0.47
Hex E0 F DD 0 5D 1 C 12D 57 2F
Octal 340 17 335 0 135 1 14 455 127 57
Binary 11100000 1111 11011101 0 1011101 1 1100 100101101 1010111 101111

Color Harmonies of #E00FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00FDD

Black with #E00FDD

Text Example


Text Example

White with #E00FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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