Html Css Color HEX #E00ACF Deep Magenta

📋 copy color: '#E00ACF'

red 224 ◦ green 10 ◦ blue 207

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

Shades of Deep Magenta #E00ACF

Tints of Deep Magenta #E00ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.94%

R = 50.79%
G = 2.27%
B = 46.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E00ACF (or 0xE00ACF) is known color: Deep Magenta. HEX triplet: E0, 0A and CF. RGB value is (224,10,207). Sum of RGB (Red+Green+Blue) = 224+10+207=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 10 (4.30% from 255 or 2.27% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E00ACF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00ACF is #1FF530. Grayscale: #5F5F5F. Windows color (decimal): -2094385 or 13568736. OLE color: 13568736.

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

Color convert

RGB 224 10 207 -
CMYK 0 0.96 0.08 0.12
HSL 304.77º 0.91% 0.46% -
HSV(B) 304.77º 0.96% 0.88% -
XYZ 42.11 20.57 60.78 -
YUV 96.44 190.4 218.98 -
System Red Green Blue C M Y K H S L
Decimal 224 10 207 0 0.96 0.08 0.12 304.77 0.91 0.46
Hex E0 A CF 0 60 8 C 131 5B 2E
Octal 340 12 317 0 140 10 14 461 133 56
Binary 11100000 1010 11001111 0 1100000 1000 1100 100110001 1011011 101110

Color Harmonies of #E00ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00ACF

Black with #E00ACF

Text Example


Text Example

White with #E00ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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