Html Css Color HEX #E00FCD Deep Magenta

📋 copy color: '#E00FCD'

red 224 ◦ green 15 ◦ blue 205

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

Shades of Deep Magenta #E00FCD

Tints of Deep Magenta #E00FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.17%

R = 50.45%
G = 3.38%
B = 46.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E00FCD (or 0xE00FCD) is known color: Deep Magenta. HEX triplet: E0, 0F and CD. RGB value is (224,15,205). Sum of RGB (Red+Green+Blue) = 224+15+205=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 15 (6.25% from 255 or 3.38% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E00FCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00FCD is #1FF032. Grayscale: #626262. Windows color (decimal): -2093107 or 13438944. OLE color: 13438944.

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

Color convert

RGB 224 15 205 -
CMYK 0 0.93 0.08 0.12
HSL 305.45º 0.87% 0.47% -
HSV(B) 305.45º 0.93% 0.88% -
XYZ 41.93 20.6 59.52 -
YUV 99.15 187.74 217.05 -
System Red Green Blue C M Y K H S L
Decimal 224 15 205 0 0.93 0.08 0.12 305.45 0.87 0.47
Hex E0 F CD 0 5D 8 C 131 57 2F
Octal 340 17 315 0 135 10 14 461 127 57
Binary 11100000 1111 11001101 0 1011101 1000 1100 100110001 1010111 101111

Color Harmonies of #E00FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00FCD

Black with #E00FCD

Text Example


Text Example

White with #E00FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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