Shades of Magenta #EE1BFD
Tints of Magenta #EE1BFD
RGB
CMYK
RGB Variations
Color information
#EE1BFD (or 0xEE1BFD) is known color: Magenta. HEX triplet: EE, 1B and FD. RGB value is (238,27,253). Sum of RGB (Red+Green+Blue) = 238+27+253=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 27 (10.94% from 255 or 5.21% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE1BFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1BFD is #11E402. Grayscale: #737373. Windows color (decimal): -1172483 or 16587758. OLE color: 16587758.
HSL color Cylindrical-coordinate representation of color #EE1BFD: hue angle of 296.02º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE1BFD is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 27 | 253 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.01 |
| HSL | 296.02º | 0.98% | 0.55% | - |
| HSV(B) | 296.02º | 0.89% | 0.99% | - |
| XYZ | 53.38 | 26.05 | 95.14 | - |
| YUV | 115.85 | 205.4 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 27 | 253 | 0.06 | 0.89 | 0 | 0.01 | 296.02 | 0.98 | 0.55 |
| Hex | EE | 1B | FD | 6 | 59 | 0 | 1 | 128 | 62 | 37 |
| Octal | 356 | 33 | 375 | 6 | 131 | 0 | 1 | 450 | 142 | 67 |
| Binary | 11101110 | 11011 | 11111101 | 110 | 1011001 | 0 | 1 | 100101000 | 1100010 | 110111 |
Color Harmonies of #EE1BFD
Complementary color
Monochromatic Colors of #EE1BFD
Black with #EE1BFD
Text Example
Text Example
White with #EE1BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1BFD; }
p { color: rgb(238,27,253); }
H1.HeaderClassName
{
color: #EE1BFD;
}
.AnyTagClassName
{
color: #EE1BFD;
}
</style>
background-color css
<style>
a { background-color: #EE1BFD; }
a { background-color: rgb(238,27,253); }
div.DivClassName
{
background-color: #EE1BFD;
}
.BgClassName
{
background-color: #EE1BFD;
}
</style>
border-color css
<style>
span { border-color: #EE1BFD; }
span { border-color: rgb(238,27,253); }
td.TdClassName
{
border-color: #EE1BFD;
}
.TagClassName
{
border-color: #EE1BFD;
}
</style>