Shades of Magenta #EE1EEF
Tints of Magenta #EE1EEF
RGB
CMYK
RGB Variations
Color information
#EE1EEF (or 0xEE1EEF) is known color: Magenta. HEX triplet: EE, 1E and EF. RGB value is (238,30,239). Sum of RGB (Red+Green+Blue) = 238+30+239=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 30 (12.11% from 255 or 5.92% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE1EEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1EEF is #11E110. Grayscale: #737373. Windows color (decimal): -1171729 or 15671022. OLE color: 15671022.
HSL color Cylindrical-coordinate representation of color #EE1EEF: hue angle of 299.71º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE1EEF is Cyan = 0.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 30 | 239 | - |
| CMYK | 0.00 | 0.87 | 0 | 0.06 |
| HSL | 299.71º | 0.87% | 0.53% | - |
| HSV(B) | 299.71º | 0.87% | 0.94% | - |
| XYZ | 51.3 | 25.34 | 83.85 | - |
| YUV | 116.02 | 197.41 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 30 | 239 | 0.00 | 0.87 | 0 | 0.06 | 299.71 | 0.87 | 0.53 |
| Hex | EE | 1E | EF | 0 | 57 | 0 | 6 | 12C | 57 | 35 |
| Octal | 356 | 36 | 357 | 0 | 127 | 0 | 6 | 454 | 127 | 65 |
| Binary | 11101110 | 11110 | 11101111 | 0 | 1010111 | 0 | 110 | 100101100 | 1010111 | 110101 |
Color Harmonies of #EE1EEF
Complementary color
Monochromatic Colors of #EE1EEF
Black with #EE1EEF
Text Example
Text Example
White with #EE1EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1EEF; }
p { color: rgb(238,30,239); }
H1.HeaderClassName
{
color: #EE1EEF;
}
.AnyTagClassName
{
color: #EE1EEF;
}
</style>
background-color css
<style>
a { background-color: #EE1EEF; }
a { background-color: rgb(238,30,239); }
div.DivClassName
{
background-color: #EE1EEF;
}
.BgClassName
{
background-color: #EE1EEF;
}
</style>
border-color css
<style>
span { border-color: #EE1EEF; }
span { border-color: rgb(238,30,239); }
td.TdClassName
{
border-color: #EE1EEF;
}
.TagClassName
{
border-color: #EE1EEF;
}
</style>