Html Css Color HEX #E00FDA Deep Magenta

📋 copy color: '#E00FDA'

red 224 ◦ green 15 ◦ blue 218

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

Shades of Deep Magenta #E00FDA

Tints of Deep Magenta #E00FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.7%

R = 49.02%
G = 3.28%
B = 47.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E00FDA (or 0xE00FDA) is known color: Deep Magenta. HEX triplet: E0, 0F and DA. RGB value is (224,15,218). Sum of RGB (Red+Green+Blue) = 224+15+218=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 15 (6.25% from 255 or 3.28% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E00FDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00FDA is #1FF025. Grayscale: #646464. Windows color (decimal): -2093094 or 14290912. OLE color: 14290912.

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

Color convert

RGB 224 15 218 -
CMYK 0 0.93 0.03 0.12
HSL 301.72º 0.87% 0.47% -
HSV(B) 301.72º 0.93% 0.88% -
XYZ 43.57 21.25 68.14 -
YUV 100.63 194.24 215.99 -
System Red Green Blue C M Y K H S L
Decimal 224 15 218 0 0.93 0.03 0.12 301.72 0.87 0.47
Hex E0 F DA 0 5D 3 C 12E 57 2F
Octal 340 17 332 0 135 3 14 456 127 57
Binary 11100000 1111 11011010 0 1011101 11 1100 100101110 1010111 101111

Color Harmonies of #E00FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00FDA

Black with #E00FDA

Text Example


Text Example

White with #E00FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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