Shades of Brilliant Rose #EB559E
Tints of Brilliant Rose #EB559E
RGB
CMYK
RGB Variations
Color information
#EB559E (or 0xEB559E) is known color: Brilliant Rose. HEX triplet: EB, 55 and 9E. RGB value is (235,85,158). Sum of RGB (Red+Green+Blue) = 235+85+158=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 158 (62.11% from 255 or 33.05% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EB559E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB559E is #14AA61. Grayscale: #8A8A8A. Windows color (decimal): -1354338 or 10376683. OLE color: 10376683.
HSL color Cylindrical-coordinate representation of color #EB559E: hue angle of 330.8º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EB559E is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 85 | 158 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.08 |
| HSL | 330.8º | 0.79% | 0.63% | - |
| HSV(B) | 330.8º | 0.64% | 0.92% | - |
| XYZ | 43.68 | 26.63 | 35.19 | - |
| YUV | 138.17 | 139.2 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 85 | 158 | 0 | 0.64 | 0.33 | 0.08 | 330.8 | 0.79 | 0.63 |
| Hex | EB | 55 | 9E | 0 | 40 | 21 | 8 | 14B | 4F | 3F |
| Octal | 353 | 125 | 236 | 0 | 100 | 41 | 10 | 513 | 117 | 77 |
| Binary | 11101011 | 1010101 | 10011110 | 0 | 1000000 | 100001 | 1000 | 101001011 | 1001111 | 111111 |
Color Harmonies of #EB559E
Complementary color
Monochromatic Colors of #EB559E
Black with #EB559E
Text Example
Text Example
White with #EB559E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB559E; }
p { color: rgb(235,85,158); }
H1.HeaderClassName
{
color: #EB559E;
}
.AnyTagClassName
{
color: #EB559E;
}
</style>
background-color css
<style>
a { background-color: #EB559E; }
a { background-color: rgb(235,85,158); }
div.DivClassName
{
background-color: #EB559E;
}
.BgClassName
{
background-color: #EB559E;
}
</style>
border-color css
<style>
span { border-color: #EB559E; }
span { border-color: rgb(235,85,158); }
td.TdClassName
{
border-color: #EB559E;
}
.TagClassName
{
border-color: #EB559E;
}
</style>