Shades of Brilliant Rose #EB519C
Tints of Brilliant Rose #EB519C
RGB
CMYK
RGB Variations
Color information
#EB519C (or 0xEB519C) is known color: Brilliant Rose. HEX triplet: EB, 51 and 9C. RGB value is (235,81,156). Sum of RGB (Red+Green+Blue) = 235+81+156=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 156 (61.33% from 255 or 33.05% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EB519C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB519C is #14AE63. Grayscale: #878787. Windows color (decimal): -1355364 or 10244587. OLE color: 10244587.
HSL color Cylindrical-coordinate representation of color #EB519C: hue angle of 330.78º 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 #EB519C is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 81 | 156 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.08 |
| HSL | 330.78º | 0.79% | 0.62% | - |
| HSV(B) | 330.78º | 0.66% | 0.92% | - |
| XYZ | 43.2 | 25.95 | 34.18 | - |
| YUV | 135.6 | 139.52 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 81 | 156 | 0 | 0.66 | 0.34 | 0.08 | 330.78 | 0.79 | 0.62 |
| Hex | EB | 51 | 9C | 0 | 42 | 22 | 8 | 14B | 4F | 3E |
| Octal | 353 | 121 | 234 | 0 | 102 | 42 | 10 | 513 | 117 | 76 |
| Binary | 11101011 | 1010001 | 10011100 | 0 | 1000010 | 100010 | 1000 | 101001011 | 1001111 | 111110 |
Color Harmonies of #EB519C
Complementary color
Monochromatic Colors of #EB519C
Black with #EB519C
Text Example
Text Example
White with #EB519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB519C; }
p { color: rgb(235,81,156); }
H1.HeaderClassName
{
color: #EB519C;
}
.AnyTagClassName
{
color: #EB519C;
}
</style>
background-color css
<style>
a { background-color: #EB519C; }
a { background-color: rgb(235,81,156); }
div.DivClassName
{
background-color: #EB519C;
}
.BgClassName
{
background-color: #EB519C;
}
</style>
border-color css
<style>
span { border-color: #EB519C; }
span { border-color: rgb(235,81,156); }
td.TdClassName
{
border-color: #EB519C;
}
.TagClassName
{
border-color: #EB519C;
}
</style>