Shades of Magenta #EE18FD
Tints of Magenta #EE18FD
RGB
CMYK
RGB Variations
Color information
#EE18FD (or 0xEE18FD) is known color: Magenta. HEX triplet: EE, 18 and FD. RGB value is (238,24,253). Sum of RGB (Red+Green+Blue) = 238+24+253=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 24 (9.77% from 255 or 4.66% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE18FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE18FD is #11E702. Grayscale: #717171. Windows color (decimal): -1173251 or 16586990. OLE color: 16586990.
HSL color Cylindrical-coordinate representation of color #EE18FD: hue angle of 296.07º 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 #EE18FD is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 24 | 253 | - |
CMYK | 0.06 | 0.91 | 0 | 0.01 |
HSL | 296.07º | 0.98% | 0.54% | - |
HSV(B) | 296.07º | 0.91% | 0.99% | - |
XYZ | 53.32 | 25.92 | 95.12 | - |
YUV | 114.09 | 206.4 | 216.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 24 | 253 | 0.06 | 0.91 | 0 | 0.01 | 296.07 | 0.98 | 0.54 |
Hex | EE | 18 | FD | 6 | 5B | 0 | 1 | 128 | 62 | 36 |
Octal | 356 | 30 | 375 | 6 | 133 | 0 | 1 | 450 | 142 | 66 |
Binary | 11101110 | 11000 | 11111101 | 110 | 1011011 | 0 | 1 | 100101000 | 1100010 | 110110 |
Color Harmonies of #EE18FD
Complementary color
Monochromatic Colors of #EE18FD
Black with #EE18FD
Text Example
Text Example
White with #EE18FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE18FD; }
p { color: rgb(238,24,253); }
H1.HeaderClassName
{
color: #EE18FD;
}
.AnyTagClassName
{
color: #EE18FD;
}
</style>
background-color css
<style>
a { background-color: #EE18FD; }
a { background-color: rgb(238,24,253); }
div.DivClassName
{
background-color: #EE18FD;
}
.BgClassName
{
background-color: #EE18FD;
}
</style>
border-color css
<style>
span { border-color: #EE18FD; }
span { border-color: rgb(238,24,253); }
td.TdClassName
{
border-color: #EE18FD;
}
.TagClassName
{
border-color: #EE18FD;
}
</style>