Shades of Deep Magenta #E01ACF
Tints of Deep Magenta #E01ACF
RGB
CMYK
RGB Variations
Color information
#E01ACF (or 0xE01ACF) is known color: Deep Magenta. HEX triplet: E0, 1A and CF. RGB value is (224,26,207). Sum of RGB (Red+Green+Blue) = 224+26+207=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 26 (10.55% from 255 or 5.69% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E01ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01ACF is #1FE530. Grayscale: #696969. Windows color (decimal): -2090289 or 13572832. OLE color: 13572832.
HSL color Cylindrical-coordinate representation of color #E01ACF: hue angle of 305.15º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01ACF is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 26 | 207 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.12 |
| HSL | 305.15º | 0.79% | 0.49% | - |
| HSV(B) | 305.15º | 0.88% | 0.88% | - |
| XYZ | 42.37 | 21.09 | 60.87 | - |
| YUV | 105.84 | 185.1 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 26 | 207 | 0 | 0.88 | 0.08 | 0.12 | 305.15 | 0.79 | 0.49 |
| Hex | E0 | 1A | CF | 0 | 58 | 8 | C | 131 | 4F | 31 |
| Octal | 340 | 32 | 317 | 0 | 130 | 10 | 14 | 461 | 117 | 61 |
| Binary | 11100000 | 11010 | 11001111 | 0 | 1011000 | 1000 | 1100 | 100110001 | 1001111 | 110001 |
Color Harmonies of #E01ACF
Complementary color
Monochromatic Colors of #E01ACF
Black with #E01ACF
Text Example
Text Example
White with #E01ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01ACF; }
p { color: rgb(224,26,207); }
H1.HeaderClassName
{
color: #E01ACF;
}
.AnyTagClassName
{
color: #E01ACF;
}
</style>
background-color css
<style>
a { background-color: #E01ACF; }
a { background-color: rgb(224,26,207); }
div.DivClassName
{
background-color: #E01ACF;
}
.BgClassName
{
background-color: #E01ACF;
}
</style>
border-color css
<style>
span { border-color: #E01ACF; }
span { border-color: rgb(224,26,207); }
td.TdClassName
{
border-color: #E01ACF;
}
.TagClassName
{
border-color: #E01ACF;
}
</style>