Shades of Magenta #EE27FB
Tints of Magenta #EE27FB
RGB
CMYK
RGB Variations
Color information
#EE27FB (or 0xEE27FB) is known color: Magenta. HEX triplet: EE, 27 and FB. RGB value is (238,39,251). Sum of RGB (Red+Green+Blue) = 238+39+251=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 39 (15.62% from 255 or 7.39% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE27FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE27FB is #11D804. Grayscale: #7A7A7A. Windows color (decimal): -1169413 or 16459758. OLE color: 16459758.
HSL color Cylindrical-coordinate representation of color #EE27FB: hue angle of 296.32º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE27FB is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 39 | 251 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.02 |
| HSL | 296.32º | 0.96% | 0.57% | - |
| HSV(B) | 296.32º | 0.84% | 0.98% | - |
| XYZ | 53.4 | 26.59 | 93.59 | - |
| YUV | 122.67 | 200.43 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 39 | 251 | 0.05 | 0.84 | 0 | 0.02 | 296.32 | 0.96 | 0.57 |
| Hex | EE | 27 | FB | 5 | 54 | 0 | 2 | 128 | 60 | 39 |
| Octal | 356 | 47 | 373 | 5 | 124 | 0 | 2 | 450 | 140 | 71 |
| Binary | 11101110 | 100111 | 11111011 | 101 | 1010100 | 0 | 10 | 100101000 | 1100000 | 111001 |
Color Harmonies of #EE27FB
Complementary color
Monochromatic Colors of #EE27FB
Black with #EE27FB
Text Example
Text Example
White with #EE27FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE27FB; }
p { color: rgb(238,39,251); }
H1.HeaderClassName
{
color: #EE27FB;
}
.AnyTagClassName
{
color: #EE27FB;
}
</style>
background-color css
<style>
a { background-color: #EE27FB; }
a { background-color: rgb(238,39,251); }
div.DivClassName
{
background-color: #EE27FB;
}
.BgClassName
{
background-color: #EE27FB;
}
</style>
border-color css
<style>
span { border-color: #EE27FB; }
span { border-color: rgb(238,39,251); }
td.TdClassName
{
border-color: #EE27FB;
}
.TagClassName
{
border-color: #EE27FB;
}
</style>