Shades of Brilliant Rose #EB59A0
Tints of Brilliant Rose #EB59A0
RGB
CMYK
RGB Variations
Color information
#EB59A0 (or 0xEB59A0) is known color: Brilliant Rose. HEX triplet: EB, 59 and A0. RGB value is (235,89,160). Sum of RGB (Red+Green+Blue) = 235+89+160=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 89 (35.16% from 255 or 18.39% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EB59A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB59A0 is #14A65F. Grayscale: #8C8C8C. Windows color (decimal): -1353312 or 10508779. OLE color: 10508779.
HSL color Cylindrical-coordinate representation of color #EB59A0: hue angle of 330.82º 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 #EB59A0 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 89 | 160 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.08 |
| HSL | 330.82º | 0.78% | 0.64% | - |
| HSV(B) | 330.82º | 0.62% | 0.92% | - |
| XYZ | 44.18 | 27.34 | 36.21 | - |
| YUV | 140.75 | 138.87 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 89 | 160 | 0 | 0.62 | 0.32 | 0.08 | 330.82 | 0.78 | 0.64 |
| Hex | EB | 59 | A0 | 0 | 3E | 20 | 8 | 14B | 4E | 40 |
| Octal | 353 | 131 | 240 | 0 | 76 | 40 | 10 | 513 | 116 | 100 |
| Binary | 11101011 | 1011001 | 10100000 | 0 | 111110 | 100000 | 1000 | 101001011 | 1001110 | 1000000 |
Color Harmonies of #EB59A0
Complementary color
Monochromatic Colors of #EB59A0
Black with #EB59A0
Text Example
Text Example
White with #EB59A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB59A0; }
p { color: rgb(235,89,160); }
H1.HeaderClassName
{
color: #EB59A0;
}
.AnyTagClassName
{
color: #EB59A0;
}
</style>
background-color css
<style>
a { background-color: #EB59A0; }
a { background-color: rgb(235,89,160); }
div.DivClassName
{
background-color: #EB59A0;
}
.BgClassName
{
background-color: #EB59A0;
}
</style>
border-color css
<style>
span { border-color: #EB59A0; }
span { border-color: rgb(235,89,160); }
td.TdClassName
{
border-color: #EB59A0;
}
.TagClassName
{
border-color: #EB59A0;
}
</style>