Shades of Deep Magenta #E01CCF
Tints of Deep Magenta #E01CCF
RGB
CMYK
RGB Variations
Color information
#E01CCF (or 0xE01CCF) is known color: Deep Magenta. HEX triplet: E0, 1C and CF. RGB value is (224,28,207). Sum of RGB (Red+Green+Blue) = 224+28+207=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 28 (11.33% from 255 or 6.10% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E01CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01CCF is #1FE330. Grayscale: #6A6A6A. Windows color (decimal): -2089777 or 13573344. OLE color: 13573344.
HSL color Cylindrical-coordinate representation of color #E01CCF: hue angle of 305.2º degrees, saturation: 0.78, 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 #E01CCF is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 28 | 207 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.12 |
| HSL | 305.2º | 0.78% | 0.49% | - |
| HSV(B) | 305.2º | 0.88% | 0.88% | - |
| XYZ | 42.42 | 21.18 | 60.88 | - |
| YUV | 107.01 | 184.43 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 207 | 0 | 0.88 | 0.08 | 0.12 | 305.2 | 0.78 | 0.49 |
| Hex | E0 | 1C | CF | 0 | 58 | 8 | C | 131 | 4E | 31 |
| Octal | 340 | 34 | 317 | 0 | 130 | 10 | 14 | 461 | 116 | 61 |
| Binary | 11100000 | 11100 | 11001111 | 0 | 1011000 | 1000 | 1100 | 100110001 | 1001110 | 110001 |
Color Harmonies of #E01CCF
Complementary color
Monochromatic Colors of #E01CCF
Black with #E01CCF
Text Example
Text Example
White with #E01CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01CCF; }
p { color: rgb(224,28,207); }
H1.HeaderClassName
{
color: #E01CCF;
}
.AnyTagClassName
{
color: #E01CCF;
}
</style>
background-color css
<style>
a { background-color: #E01CCF; }
a { background-color: rgb(224,28,207); }
div.DivClassName
{
background-color: #E01CCF;
}
.BgClassName
{
background-color: #E01CCF;
}
</style>
border-color css
<style>
span { border-color: #E01CCF; }
span { border-color: rgb(224,28,207); }
td.TdClassName
{
border-color: #E01CCF;
}
.TagClassName
{
border-color: #E01CCF;
}
</style>