Shades of Brilliant Rose #EE57B0
Tints of Brilliant Rose #EE57B0
RGB
CMYK
RGB Variations
Color information
#EE57B0 (or 0xEE57B0) is known color: Brilliant Rose. HEX triplet: EE, 57 and B0. RGB value is (238,87,176). Sum of RGB (Red+Green+Blue) = 238+87+176=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 87 (34.38% from 255 or 17.37% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EE57B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE57B0 is #11A84F. Grayscale: #8E8E8E. Windows color (decimal): -1157200 or 11556846. OLE color: 11556846.
HSL color Cylindrical-coordinate representation of color #EE57B0: hue angle of 324.64º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE57B0 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 87 | 176 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.07 |
| HSL | 324.64º | 0.82% | 0.64% | - |
| HSV(B) | 324.64º | 0.63% | 0.93% | - |
| XYZ | 46.5 | 28.13 | 44.05 | - |
| YUV | 142.3 | 147.03 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 87 | 176 | 0 | 0.63 | 0.26 | 0.07 | 324.64 | 0.82 | 0.64 |
| Hex | EE | 57 | B0 | 0 | 3F | 1A | 7 | 145 | 52 | 40 |
| Octal | 356 | 127 | 260 | 0 | 77 | 32 | 7 | 505 | 122 | 100 |
| Binary | 11101110 | 1010111 | 10110000 | 0 | 111111 | 11010 | 111 | 101000101 | 1010010 | 1000000 |
Color Harmonies of #EE57B0
Complementary color
Monochromatic Colors of #EE57B0
Black with #EE57B0
Text Example
Text Example
White with #EE57B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE57B0; }
p { color: rgb(238,87,176); }
H1.HeaderClassName
{
color: #EE57B0;
}
.AnyTagClassName
{
color: #EE57B0;
}
</style>
background-color css
<style>
a { background-color: #EE57B0; }
a { background-color: rgb(238,87,176); }
div.DivClassName
{
background-color: #EE57B0;
}
.BgClassName
{
background-color: #EE57B0;
}
</style>
border-color css
<style>
span { border-color: #EE57B0; }
span { border-color: rgb(238,87,176); }
td.TdClassName
{
border-color: #EE57B0;
}
.TagClassName
{
border-color: #EE57B0;
}
</style>