Html Css Color HEX #E00ABF Deep Magenta

📋 copy color: '#E00ABF'

red 224 ◦ green 10 ◦ blue 191

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

Shades of Deep Magenta #E00ABF

Tints of Deep Magenta #E00ABF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.35%

 BLUE value IS 191 (75% from 255) = 44.94%

R = 52.71%
G = 2.35%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E00ABF (or 0xE00ABF) is known color: Deep Magenta. HEX triplet: E0, 0A and BF. RGB value is (224,10,191). Sum of RGB (Red+Green+Blue) = 224+10+191=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 10 (4.30% from 255 or 2.35% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E00ABF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00ABF is #1FF540. Grayscale: #5E5E5E. Windows color (decimal): -2094401 or 12520160. OLE color: 12520160.

HSL color Cylindrical-coordinate representation of color #E00ABF: hue angle of 309.25º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00ABF is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 10 191 -
CMYK 0 0.96 0.15 0.12
HSL 309.25º 0.91% 0.46% -
HSV(B) 309.25º 0.96% 0.88% -
XYZ 40.25 19.83 51 -
YUV 94.62 182.4 220.28 -
System Red Green Blue C M Y K H S L
Decimal 224 10 191 0 0.96 0.15 0.12 309.25 0.91 0.46
Hex E0 A BF 0 60 F C 135 5B 2E
Octal 340 12 277 0 140 17 14 465 133 56
Binary 11100000 1010 10111111 0 1100000 1111 1100 100110101 1011011 101110

Color Harmonies of #E00ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00ABF

Black with #E00ABF

Text Example


Text Example

White with #E00ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00ABF; }

 p { color: rgb(224,10,191); }

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

background-color css

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

 a { background-color: rgb(224,10,191); }

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

border-color css

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

 span { border-color: rgb(224,10,191); }

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