Shades of Magenta #EE17FD
Tints of Magenta #EE17FD
RGB
CMYK
RGB Variations
Color information
#EE17FD (or 0xEE17FD) is known color: Magenta. HEX triplet: EE, 17 and FD. RGB value is (238,23,253). Sum of RGB (Red+Green+Blue) = 238+23+253=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 23 (9.38% from 255 or 4.47% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE17FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE17FD is #11E802. Grayscale: #707070. Windows color (decimal): -1173507 or 16586734. OLE color: 16586734.
HSL color Cylindrical-coordinate representation of color #EE17FD: hue angle of 296.09º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE17FD is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 23 | 253 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.01 |
| HSL | 296.09º | 0.98% | 0.54% | - |
| HSV(B) | 296.09º | 0.91% | 0.99% | - |
| XYZ | 53.3 | 25.88 | 95.12 | - |
| YUV | 113.51 | 206.73 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 23 | 253 | 0.06 | 0.91 | 0 | 0.01 | 296.09 | 0.98 | 0.54 |
| Hex | EE | 17 | FD | 6 | 5B | 0 | 1 | 128 | 62 | 36 |
| Octal | 356 | 27 | 375 | 6 | 133 | 0 | 1 | 450 | 142 | 66 |
| Binary | 11101110 | 10111 | 11111101 | 110 | 1011011 | 0 | 1 | 100101000 | 1100010 | 110110 |
Color Harmonies of #EE17FD
Complementary color
Monochromatic Colors of #EE17FD
Black with #EE17FD
Text Example
Text Example
White with #EE17FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE17FD; }
p { color: rgb(238,23,253); }
H1.HeaderClassName
{
color: #EE17FD;
}
.AnyTagClassName
{
color: #EE17FD;
}
</style>
background-color css
<style>
a { background-color: #EE17FD; }
a { background-color: rgb(238,23,253); }
div.DivClassName
{
background-color: #EE17FD;
}
.BgClassName
{
background-color: #EE17FD;
}
</style>
border-color css
<style>
span { border-color: #EE17FD; }
span { border-color: rgb(238,23,253); }
td.TdClassName
{
border-color: #EE17FD;
}
.TagClassName
{
border-color: #EE17FD;
}
</style>