Shades of Brilliant Rose #EF59AB
Tints of Brilliant Rose #EF59AB
RGB
CMYK
RGB Variations
Color information
#EF59AB (or 0xEF59AB) is known color: Brilliant Rose. HEX triplet: EF, 59 and AB. RGB value is (239,89,171). Sum of RGB (Red+Green+Blue) = 239+89+171=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 89 (35.16% from 255 or 17.84% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EF59AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF59AB is #10A654. Grayscale: #8F8F8F. Windows color (decimal): -1091157 or 11229679. OLE color: 11229679.
HSL color Cylindrical-coordinate representation of color #EF59AB: hue angle of 327.2º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF59AB is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 171 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.06 |
| HSL | 327.2º | 0.82% | 0.64% | - |
| HSV(B) | 327.2º | 0.63% | 0.94% | - |
| XYZ | 46.52 | 28.44 | 41.56 | - |
| YUV | 143.2 | 143.7 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 171 | 0 | 0.63 | 0.28 | 0.06 | 327.2 | 0.82 | 0.64 |
| Hex | EF | 59 | AB | 0 | 3F | 1C | 6 | 147 | 52 | 40 |
| Octal | 357 | 131 | 253 | 0 | 77 | 34 | 6 | 507 | 122 | 100 |
| Binary | 11101111 | 1011001 | 10101011 | 0 | 111111 | 11100 | 110 | 101000111 | 1010010 | 1000000 |
Color Harmonies of #EF59AB
Complementary color
Monochromatic Colors of #EF59AB
Black with #EF59AB
Text Example
Text Example
White with #EF59AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF59AB; }
p { color: rgb(239,89,171); }
H1.HeaderClassName
{
color: #EF59AB;
}
.AnyTagClassName
{
color: #EF59AB;
}
</style>
background-color css
<style>
a { background-color: #EF59AB; }
a { background-color: rgb(239,89,171); }
div.DivClassName
{
background-color: #EF59AB;
}
.BgClassName
{
background-color: #EF59AB;
}
</style>
border-color css
<style>
span { border-color: #EF59AB; }
span { border-color: rgb(239,89,171); }
td.TdClassName
{
border-color: #EF59AB;
}
.TagClassName
{
border-color: #EF59AB;
}
</style>