Shades of Magenta #EE0CFD
Tints of Magenta #EE0CFD
RGB
CMYK
RGB Variations
Color information
#EE0CFD (or 0xEE0CFD) is known color: Magenta. HEX triplet: EE, 0C and FD. RGB value is (238,12,253). Sum of RGB (Red+Green+Blue) = 238+12+253=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 12 (5.08% from 255 or 2.39% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE0CFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0CFD is #11F302. Grayscale: #6A6A6A. Windows color (decimal): -1176323 or 16583918. OLE color: 16583918.
HSL color Cylindrical-coordinate representation of color #EE0CFD: hue angle of 296.27º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0CFD is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 12 | 253 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.01 |
| HSL | 296.27º | 0.98% | 0.52% | - |
| HSV(B) | 296.27º | 0.95% | 0.99% | - |
| XYZ | 53.12 | 25.53 | 95.06 | - |
| YUV | 107.05 | 210.37 | 221.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 12 | 253 | 0.06 | 0.95 | 0 | 0.01 | 296.27 | 0.98 | 0.52 |
| Hex | EE | C | FD | 6 | 5F | 0 | 1 | 128 | 62 | 34 |
| Octal | 356 | 14 | 375 | 6 | 137 | 0 | 1 | 450 | 142 | 64 |
| Binary | 11101110 | 1100 | 11111101 | 110 | 1011111 | 0 | 1 | 100101000 | 1100010 | 110100 |
Color Harmonies of #EE0CFD
Complementary color
Monochromatic Colors of #EE0CFD
Black with #EE0CFD
Text Example
Text Example
White with #EE0CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0CFD; }
p { color: rgb(238,12,253); }
H1.HeaderClassName
{
color: #EE0CFD;
}
.AnyTagClassName
{
color: #EE0CFD;
}
</style>
background-color css
<style>
a { background-color: #EE0CFD; }
a { background-color: rgb(238,12,253); }
div.DivClassName
{
background-color: #EE0CFD;
}
.BgClassName
{
background-color: #EE0CFD;
}
</style>
border-color css
<style>
span { border-color: #EE0CFD; }
span { border-color: rgb(238,12,253); }
td.TdClassName
{
border-color: #EE0CFD;
}
.TagClassName
{
border-color: #EE0CFD;
}
</style>