Shades of Magenta #EE0BEA
Tints of Magenta #EE0BEA
RGB
CMYK
RGB Variations
Color information
#EE0BEA (or 0xEE0BEA) is known color: Magenta. HEX triplet: EE, 0B and EA. RGB value is (238,11,234). Sum of RGB (Red+Green+Blue) = 238+11+234=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 11 (4.69% from 255 or 2.28% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0BEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0BEA is #11F415. Grayscale: #676767. Windows color (decimal): -1176598 or 15338478. OLE color: 15338478.
HSL color Cylindrical-coordinate representation of color #EE0BEA: hue angle of 301.06º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0BEA is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 11 | 234 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.07 |
| HSL | 301.06º | 0.91% | 0.49% | - |
| HSV(B) | 301.06º | 0.95% | 0.93% | - |
| XYZ | 50.23 | 24.36 | 79.9 | - |
| YUV | 104.3 | 201.21 | 223.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 11 | 234 | 0 | 0.95 | 0.02 | 0.07 | 301.06 | 0.91 | 0.49 |
| Hex | EE | B | EA | 0 | 5F | 2 | 7 | 12D | 5B | 31 |
| Octal | 356 | 13 | 352 | 0 | 137 | 2 | 7 | 455 | 133 | 61 |
| Binary | 11101110 | 1011 | 11101010 | 0 | 1011111 | 10 | 111 | 100101101 | 1011011 | 110001 |
Color Harmonies of #EE0BEA
Complementary color
Monochromatic Colors of #EE0BEA
Black with #EE0BEA
Text Example
Text Example
White with #EE0BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0BEA; }
p { color: rgb(238,11,234); }
H1.HeaderClassName
{
color: #EE0BEA;
}
.AnyTagClassName
{
color: #EE0BEA;
}
</style>
background-color css
<style>
a { background-color: #EE0BEA; }
a { background-color: rgb(238,11,234); }
div.DivClassName
{
background-color: #EE0BEA;
}
.BgClassName
{
background-color: #EE0BEA;
}
</style>
border-color css
<style>
span { border-color: #EE0BEA; }
span { border-color: rgb(238,11,234); }
td.TdClassName
{
border-color: #EE0BEA;
}
.TagClassName
{
border-color: #EE0BEA;
}
</style>