Shades of Magenta #EE1BF0
Tints of Magenta #EE1BF0
RGB
CMYK
RGB Variations
Color information
#EE1BF0 (or 0xEE1BF0) is known color: Magenta. HEX triplet: EE, 1B and F0. RGB value is (238,27,240). Sum of RGB (Red+Green+Blue) = 238+27+240=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 27 (10.94% from 255 or 5.35% from 505); Blue value is 240 (94.14% from 255 or 47.52% from 505); Max value from RGB is 240 - color contains mainly: blue. Hex color #EE1BF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1BF0 is #11E40F. Grayscale: #717171. Windows color (decimal): -1172496 or 15735790. OLE color: 15735790.
HSL color Cylindrical-coordinate representation of color #EE1BF0: hue angle of 299.44º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE1BF0 is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 27 | 240 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.06 |
| HSL | 299.44º | 0.88% | 0.52% | - |
| HSV(B) | 299.44º | 0.89% | 0.94% | - |
| XYZ | 51.38 | 25.25 | 84.6 | - |
| YUV | 114.37 | 198.9 | 216.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 27 | 240 | 0.01 | 0.89 | 0 | 0.06 | 299.44 | 0.88 | 0.52 |
| Hex | EE | 1B | F0 | 1 | 59 | 0 | 6 | 12B | 58 | 34 |
| Octal | 356 | 33 | 360 | 1 | 131 | 0 | 6 | 453 | 130 | 64 |
| Binary | 11101110 | 11011 | 11110000 | 1 | 1011001 | 0 | 110 | 100101011 | 1011000 | 110100 |
Color Harmonies of #EE1BF0
Complementary color
Monochromatic Colors of #EE1BF0
Black with #EE1BF0
Text Example
Text Example
White with #EE1BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1BF0; }
p { color: rgb(238,27,240); }
H1.HeaderClassName
{
color: #EE1BF0;
}
.AnyTagClassName
{
color: #EE1BF0;
}
</style>
background-color css
<style>
a { background-color: #EE1BF0; }
a { background-color: rgb(238,27,240); }
div.DivClassName
{
background-color: #EE1BF0;
}
.BgClassName
{
background-color: #EE1BF0;
}
</style>
border-color css
<style>
span { border-color: #EE1BF0; }
span { border-color: rgb(238,27,240); }
td.TdClassName
{
border-color: #EE1BF0;
}
.TagClassName
{
border-color: #EE1BF0;
}
</style>