Shades of Brilliant Rose #EF59AF
Tints of Brilliant Rose #EF59AF
RGB
CMYK
RGB Variations
Color information
#EF59AF (or 0xEF59AF) is known color: Brilliant Rose. HEX triplet: EF, 59 and AF. RGB value is (239,89,175). Sum of RGB (Red+Green+Blue) = 239+89+175=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 89 (35.16% from 255 or 17.69% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF59AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF59AF is #10A650. Grayscale: #8F8F8F. Windows color (decimal): -1091153 or 11491823. OLE color: 11491823.
HSL color Cylindrical-coordinate representation of color #EF59AF: hue angle of 325.6º 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 #EF59AF is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 175 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.06 |
| HSL | 325.6º | 0.82% | 0.64% | - |
| HSV(B) | 325.6º | 0.63% | 0.94% | - |
| XYZ | 46.91 | 28.59 | 43.6 | - |
| YUV | 143.65 | 145.7 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 175 | 0 | 0.63 | 0.27 | 0.06 | 325.6 | 0.82 | 0.64 |
| Hex | EF | 59 | AF | 0 | 3F | 1B | 6 | 146 | 52 | 40 |
| Octal | 357 | 131 | 257 | 0 | 77 | 33 | 6 | 506 | 122 | 100 |
| Binary | 11101111 | 1011001 | 10101111 | 0 | 111111 | 11011 | 110 | 101000110 | 1010010 | 1000000 |
Color Harmonies of #EF59AF
Complementary color
Monochromatic Colors of #EF59AF
Black with #EF59AF
Text Example
Text Example
White with #EF59AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF59AF; }
p { color: rgb(239,89,175); }
H1.HeaderClassName
{
color: #EF59AF;
}
.AnyTagClassName
{
color: #EF59AF;
}
</style>
background-color css
<style>
a { background-color: #EF59AF; }
a { background-color: rgb(239,89,175); }
div.DivClassName
{
background-color: #EF59AF;
}
.BgClassName
{
background-color: #EF59AF;
}
</style>
border-color css
<style>
span { border-color: #EF59AF; }
span { border-color: rgb(239,89,175); }
td.TdClassName
{
border-color: #EF59AF;
}
.TagClassName
{
border-color: #EF59AF;
}
</style>