Shades of Magenta #EE0BFD
Tints of Magenta #EE0BFD
RGB
CMYK
RGB Variations
Color information
#EE0BFD (or 0xEE0BFD) is known color: Magenta. HEX triplet: EE, 0B and FD. RGB value is (238,11,253). Sum of RGB (Red+Green+Blue) = 238+11+253=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 11 (4.69% from 255 or 2.19% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE0BFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0BFD is #11F402. Grayscale: #696969. Windows color (decimal): -1176579 or 16583662. OLE color: 16583662.
HSL color Cylindrical-coordinate representation of color #EE0BFD: hue angle of 296.28º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0BFD is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 11 | 253 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.01 |
| HSL | 296.28º | 0.98% | 0.52% | - |
| HSV(B) | 296.28º | 0.96% | 0.99% | - |
| XYZ | 53.11 | 25.51 | 95.05 | - |
| YUV | 106.46 | 210.71 | 221.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 11 | 253 | 0.06 | 0.96 | 0 | 0.01 | 296.28 | 0.98 | 0.52 |
| Hex | EE | B | FD | 6 | 60 | 0 | 1 | 128 | 62 | 34 |
| Octal | 356 | 13 | 375 | 6 | 140 | 0 | 1 | 450 | 142 | 64 |
| Binary | 11101110 | 1011 | 11111101 | 110 | 1100000 | 0 | 1 | 100101000 | 1100010 | 110100 |
Color Harmonies of #EE0BFD
Complementary color
Monochromatic Colors of #EE0BFD
Black with #EE0BFD
Text Example
Text Example
White with #EE0BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0BFD; }
p { color: rgb(238,11,253); }
H1.HeaderClassName
{
color: #EE0BFD;
}
.AnyTagClassName
{
color: #EE0BFD;
}
</style>
background-color css
<style>
a { background-color: #EE0BFD; }
a { background-color: rgb(238,11,253); }
div.DivClassName
{
background-color: #EE0BFD;
}
.BgClassName
{
background-color: #EE0BFD;
}
</style>
border-color css
<style>
span { border-color: #EE0BFD; }
span { border-color: rgb(238,11,253); }
td.TdClassName
{
border-color: #EE0BFD;
}
.TagClassName
{
border-color: #EE0BFD;
}
</style>