Shades of Magenta #EE25FB
Tints of Magenta #EE25FB
RGB
CMYK
RGB Variations
Color information
#EE25FB (or 0xEE25FB) is known color: Magenta. HEX triplet: EE, 25 and FB. RGB value is (238,37,251). Sum of RGB (Red+Green+Blue) = 238+37+251=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 37 (14.84% from 255 or 7.03% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE25FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE25FB is #11DA04. Grayscale: #787878. Windows color (decimal): -1169925 or 16459246. OLE color: 16459246.
HSL color Cylindrical-coordinate representation of color #EE25FB: hue angle of 296.36º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE25FB is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 37 | 251 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.02 |
| HSL | 296.36º | 0.96% | 0.56% | - |
| HSV(B) | 296.36º | 0.85% | 0.98% | - |
| XYZ | 53.33 | 26.47 | 93.56 | - |
| YUV | 121.5 | 201.09 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 37 | 251 | 0.05 | 0.85 | 0 | 0.02 | 296.36 | 0.96 | 0.56 |
| Hex | EE | 25 | FB | 5 | 55 | 0 | 2 | 128 | 60 | 38 |
| Octal | 356 | 45 | 373 | 5 | 125 | 0 | 2 | 450 | 140 | 70 |
| Binary | 11101110 | 100101 | 11111011 | 101 | 1010101 | 0 | 10 | 100101000 | 1100000 | 111000 |
Color Harmonies of #EE25FB
Complementary color
Monochromatic Colors of #EE25FB
Black with #EE25FB
Text Example
Text Example
White with #EE25FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE25FB; }
p { color: rgb(238,37,251); }
H1.HeaderClassName
{
color: #EE25FB;
}
.AnyTagClassName
{
color: #EE25FB;
}
</style>
background-color css
<style>
a { background-color: #EE25FB; }
a { background-color: rgb(238,37,251); }
div.DivClassName
{
background-color: #EE25FB;
}
.BgClassName
{
background-color: #EE25FB;
}
</style>
border-color css
<style>
span { border-color: #EE25FB; }
span { border-color: rgb(238,37,251); }
td.TdClassName
{
border-color: #EE25FB;
}
.TagClassName
{
border-color: #EE25FB;
}
</style>