Shades of Brilliant Rose #EB539C
Tints of Brilliant Rose #EB539C
RGB
CMYK
RGB Variations
Color information
#EB539C (or 0xEB539C) is known color: Brilliant Rose. HEX triplet: EB, 53 and 9C. RGB value is (235,83,156). Sum of RGB (Red+Green+Blue) = 235+83+156=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 83 (32.81% from 255 or 17.51% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EB539C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB539C is #14AC63. Grayscale: #888888. Windows color (decimal): -1354852 or 10245099. OLE color: 10245099.
HSL color Cylindrical-coordinate representation of color #EB539C: hue angle of 331.18º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EB539C is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 83 | 156 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.08 |
| HSL | 331.18º | 0.79% | 0.62% | - |
| HSV(B) | 331.18º | 0.65% | 0.92% | - |
| XYZ | 43.35 | 26.25 | 34.23 | - |
| YUV | 136.77 | 138.86 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 83 | 156 | 0 | 0.65 | 0.34 | 0.08 | 331.18 | 0.79 | 0.62 |
| Hex | EB | 53 | 9C | 0 | 41 | 22 | 8 | 14B | 4F | 3E |
| Octal | 353 | 123 | 234 | 0 | 101 | 42 | 10 | 513 | 117 | 76 |
| Binary | 11101011 | 1010011 | 10011100 | 0 | 1000001 | 100010 | 1000 | 101001011 | 1001111 | 111110 |
Color Harmonies of #EB539C
Complementary color
Monochromatic Colors of #EB539C
Black with #EB539C
Text Example
Text Example
White with #EB539C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB539C; }
p { color: rgb(235,83,156); }
H1.HeaderClassName
{
color: #EB539C;
}
.AnyTagClassName
{
color: #EB539C;
}
</style>
background-color css
<style>
a { background-color: #EB539C; }
a { background-color: rgb(235,83,156); }
div.DivClassName
{
background-color: #EB539C;
}
.BgClassName
{
background-color: #EB539C;
}
</style>
border-color css
<style>
span { border-color: #EB539C; }
span { border-color: rgb(235,83,156); }
td.TdClassName
{
border-color: #EB539C;
}
.TagClassName
{
border-color: #EB539C;
}
</style>