Shades of Brilliant Rose #EB509D
Tints of Brilliant Rose #EB509D
RGB
CMYK
RGB Variations
Color information
#EB509D (or 0xEB509D) is known color: Brilliant Rose. HEX triplet: EB, 50 and 9D. RGB value is (235,80,157). Sum of RGB (Red+Green+Blue) = 235+80+157=472 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.79% from 472); Green value is 80 (31.64% from 255 or 16.95% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 235 - color contains mainly: red. Hex color #EB509D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB509D is #14AF62. Grayscale: #868686. Windows color (decimal): -1355619 or 10309867. OLE color: 10309867.
HSL color Cylindrical-coordinate representation of color #EB509D: hue angle of 330.19º 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 #EB509D is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 80 | 157 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.08 |
| HSL | 330.19º | 0.79% | 0.62% | - |
| HSV(B) | 330.19º | 0.66% | 0.92% | - |
| XYZ | 43.22 | 25.83 | 34.61 | - |
| YUV | 135.12 | 140.35 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 80 | 157 | 0 | 0.66 | 0.33 | 0.08 | 330.19 | 0.79 | 0.62 |
| Hex | EB | 50 | 9D | 0 | 42 | 21 | 8 | 14A | 4F | 3E |
| Octal | 353 | 120 | 235 | 0 | 102 | 41 | 10 | 512 | 117 | 76 |
| Binary | 11101011 | 1010000 | 10011101 | 0 | 1000010 | 100001 | 1000 | 101001010 | 1001111 | 111110 |
Color Harmonies of #EB509D
Complementary color
Monochromatic Colors of #EB509D
Black with #EB509D
Text Example
Text Example
White with #EB509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB509D; }
p { color: rgb(235,80,157); }
H1.HeaderClassName
{
color: #EB509D;
}
.AnyTagClassName
{
color: #EB509D;
}
</style>
background-color css
<style>
a { background-color: #EB509D; }
a { background-color: rgb(235,80,157); }
div.DivClassName
{
background-color: #EB509D;
}
.BgClassName
{
background-color: #EB509D;
}
</style>
border-color css
<style>
span { border-color: #EB509D; }
span { border-color: rgb(235,80,157); }
td.TdClassName
{
border-color: #EB509D;
}
.TagClassName
{
border-color: #EB509D;
}
</style>