Shades of Magenta #EE15FD
Tints of Magenta #EE15FD
RGB
CMYK
RGB Variations
Color information
#EE15FD (or 0xEE15FD) is known color: Magenta. HEX triplet: EE, 15 and FD. RGB value is (238,21,253). Sum of RGB (Red+Green+Blue) = 238+21+253=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 21 (8.59% from 255 or 4.10% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE15FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE15FD is #11EA02. Grayscale: #6F6F6F. Windows color (decimal): -1174019 or 16586222. OLE color: 16586222.
HSL color Cylindrical-coordinate representation of color #EE15FD: hue angle of 296.12º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE15FD is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 21 | 253 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.01 |
| HSL | 296.12º | 0.98% | 0.54% | - |
| HSV(B) | 296.12º | 0.92% | 0.99% | - |
| XYZ | 53.26 | 25.81 | 95.1 | - |
| YUV | 112.33 | 207.39 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 253 | 0.06 | 0.92 | 0 | 0.01 | 296.12 | 0.98 | 0.54 |
| Hex | EE | 15 | FD | 6 | 5C | 0 | 1 | 128 | 62 | 36 |
| Octal | 356 | 25 | 375 | 6 | 134 | 0 | 1 | 450 | 142 | 66 |
| Binary | 11101110 | 10101 | 11111101 | 110 | 1011100 | 0 | 1 | 100101000 | 1100010 | 110110 |
Color Harmonies of #EE15FD
Complementary color
Monochromatic Colors of #EE15FD
Black with #EE15FD
Text Example
Text Example
White with #EE15FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE15FD; }
p { color: rgb(238,21,253); }
H1.HeaderClassName
{
color: #EE15FD;
}
.AnyTagClassName
{
color: #EE15FD;
}
</style>
background-color css
<style>
a { background-color: #EE15FD; }
a { background-color: rgb(238,21,253); }
div.DivClassName
{
background-color: #EE15FD;
}
.BgClassName
{
background-color: #EE15FD;
}
</style>
border-color css
<style>
span { border-color: #EE15FD; }
span { border-color: rgb(238,21,253); }
td.TdClassName
{
border-color: #EE15FD;
}
.TagClassName
{
border-color: #EE15FD;
}
</style>