Shades of Brilliant Rose #EB509C
Tints of Brilliant Rose #EB509C
RGB
CMYK
RGB Variations
Color information
#EB509C (or 0xEB509C) is known color: Brilliant Rose. HEX triplet: EB, 50 and 9C. RGB value is (235,80,156). Sum of RGB (Red+Green+Blue) = 235+80+156=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EB509C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB509C is #14AF63. Grayscale: #868686. Windows color (decimal): -1355620 or 10244331. OLE color: 10244331.
HSL color Cylindrical-coordinate representation of color #EB509C: hue angle of 330.58º 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 #EB509C is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 80 | 156 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.08 |
| HSL | 330.58º | 0.79% | 0.62% | - |
| HSV(B) | 330.58º | 0.66% | 0.92% | - |
| XYZ | 43.13 | 25.8 | 34.16 | - |
| YUV | 135.01 | 139.85 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 80 | 156 | 0 | 0.66 | 0.34 | 0.08 | 330.58 | 0.79 | 0.62 |
| Hex | EB | 50 | 9C | 0 | 42 | 22 | 8 | 14B | 4F | 3E |
| Octal | 353 | 120 | 234 | 0 | 102 | 42 | 10 | 513 | 117 | 76 |
| Binary | 11101011 | 1010000 | 10011100 | 0 | 1000010 | 100010 | 1000 | 101001011 | 1001111 | 111110 |
Color Harmonies of #EB509C
Complementary color
Monochromatic Colors of #EB509C
Black with #EB509C
Text Example
Text Example
White with #EB509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB509C; }
p { color: rgb(235,80,156); }
H1.HeaderClassName
{
color: #EB509C;
}
.AnyTagClassName
{
color: #EB509C;
}
</style>
background-color css
<style>
a { background-color: #EB509C; }
a { background-color: rgb(235,80,156); }
div.DivClassName
{
background-color: #EB509C;
}
.BgClassName
{
background-color: #EB509C;
}
</style>
border-color css
<style>
span { border-color: #EB509C; }
span { border-color: rgb(235,80,156); }
td.TdClassName
{
border-color: #EB509C;
}
.TagClassName
{
border-color: #EB509C;
}
</style>