Shades of Brilliant Rose #EB519E
Tints of Brilliant Rose #EB519E
RGB
CMYK
RGB Variations
Color information
#EB519E (or 0xEB519E) is known color: Brilliant Rose. HEX triplet: EB, 51 and 9E. RGB value is (235,81,158). Sum of RGB (Red+Green+Blue) = 235+81+158=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EB519E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB519E is #14AE61. Grayscale: #878787. Windows color (decimal): -1355362 or 10375659. OLE color: 10375659.
HSL color Cylindrical-coordinate representation of color #EB519E: hue angle of 330º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EB519E is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 81 | 158 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.08 |
| HSL | 330º | 0.79% | 0.62% | - |
| HSV(B) | 330º | 0.66% | 0.92% | - |
| XYZ | 43.37 | 26.02 | 35.08 | - |
| YUV | 135.82 | 140.52 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 81 | 158 | 0 | 0.66 | 0.33 | 0.08 | 330 | 0.79 | 0.62 |
| Hex | EB | 51 | 9E | 0 | 42 | 21 | 8 | 14A | 4F | 3E |
| Octal | 353 | 121 | 236 | 0 | 102 | 41 | 10 | 512 | 117 | 76 |
| Binary | 11101011 | 1010001 | 10011110 | 0 | 1000010 | 100001 | 1000 | 101001010 | 1001111 | 111110 |
Color Harmonies of #EB519E
Complementary color
Monochromatic Colors of #EB519E
Black with #EB519E
Text Example
Text Example
White with #EB519E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB519E; }
p { color: rgb(235,81,158); }
H1.HeaderClassName
{
color: #EB519E;
}
.AnyTagClassName
{
color: #EB519E;
}
</style>
background-color css
<style>
a { background-color: #EB519E; }
a { background-color: rgb(235,81,158); }
div.DivClassName
{
background-color: #EB519E;
}
.BgClassName
{
background-color: #EB519E;
}
</style>
border-color css
<style>
span { border-color: #EB519E; }
span { border-color: rgb(235,81,158); }
td.TdClassName
{
border-color: #EB519E;
}
.TagClassName
{
border-color: #EB519E;
}
</style>