Shades of Brilliant Rose #EB59A8
Tints of Brilliant Rose #EB59A8
RGB
CMYK
RGB Variations
Color information
#EB59A8 (or 0xEB59A8) is known color: Brilliant Rose. HEX triplet: EB, 59 and A8. RGB value is (235,89,168). Sum of RGB (Red+Green+Blue) = 235+89+168=492 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.76% from 492); Green value is 89 (35.16% from 255 or 18.09% from 492); Blue value is 168 (66.02% from 255 or 34.15% from 492); Max value from RGB is 235 - color contains mainly: red. Hex color #EB59A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB59A8 is #14A657. Grayscale: #8D8D8D. Windows color (decimal): -1353304 or 11033067. OLE color: 11033067.
HSL color Cylindrical-coordinate representation of color #EB59A8: hue angle of 327.53º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EB59A8 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 89 | 168 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.08 |
| HSL | 327.53º | 0.78% | 0.64% | - |
| HSV(B) | 327.53º | 0.62% | 0.92% | - |
| XYZ | 44.9 | 27.63 | 40.01 | - |
| YUV | 141.66 | 142.87 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 89 | 168 | 0 | 0.62 | 0.29 | 0.08 | 327.53 | 0.78 | 0.64 |
| Hex | EB | 59 | A8 | 0 | 3E | 1D | 8 | 148 | 4E | 40 |
| Octal | 353 | 131 | 250 | 0 | 76 | 35 | 10 | 510 | 116 | 100 |
| Binary | 11101011 | 1011001 | 10101000 | 0 | 111110 | 11101 | 1000 | 101001000 | 1001110 | 1000000 |
Color Harmonies of #EB59A8
Complementary color
Monochromatic Colors of #EB59A8
Black with #EB59A8
Text Example
Text Example
White with #EB59A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB59A8; }
p { color: rgb(235,89,168); }
H1.HeaderClassName
{
color: #EB59A8;
}
.AnyTagClassName
{
color: #EB59A8;
}
</style>
background-color css
<style>
a { background-color: #EB59A8; }
a { background-color: rgb(235,89,168); }
div.DivClassName
{
background-color: #EB59A8;
}
.BgClassName
{
background-color: #EB59A8;
}
</style>
border-color css
<style>
span { border-color: #EB59A8; }
span { border-color: rgb(235,89,168); }
td.TdClassName
{
border-color: #EB59A8;
}
.TagClassName
{
border-color: #EB59A8;
}
</style>