Shades of Brilliant Rose #EF56AF
Tints of Brilliant Rose #EF56AF
RGB
CMYK
RGB Variations
Color information
#EF56AF (or 0xEF56AF) is known color: Brilliant Rose. HEX triplet: EF, 56 and AF. RGB value is (239,86,175). Sum of RGB (Red+Green+Blue) = 239+86+175=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 86 (33.98% from 255 or 17.2% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EF56AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF56AF is #10A950. Grayscale: #8D8D8D. Windows color (decimal): -1091921 or 11491055. OLE color: 11491055.
HSL color Cylindrical-coordinate representation of color #EF56AF: hue angle of 325.1º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF56AF is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 86 | 175 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.06 |
| HSL | 325.1º | 0.83% | 0.64% | - |
| HSV(B) | 325.1º | 0.64% | 0.94% | - |
| XYZ | 46.66 | 28.1 | 43.52 | - |
| YUV | 141.89 | 146.69 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 86 | 175 | 0 | 0.64 | 0.27 | 0.06 | 325.1 | 0.83 | 0.64 |
| Hex | EF | 56 | AF | 0 | 40 | 1B | 6 | 145 | 53 | 40 |
| Octal | 357 | 126 | 257 | 0 | 100 | 33 | 6 | 505 | 123 | 100 |
| Binary | 11101111 | 1010110 | 10101111 | 0 | 1000000 | 11011 | 110 | 101000101 | 1010011 | 1000000 |
Color Harmonies of #EF56AF
Complementary color
Monochromatic Colors of #EF56AF
Black with #EF56AF
Text Example
Text Example
White with #EF56AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF56AF; }
p { color: rgb(239,86,175); }
H1.HeaderClassName
{
color: #EF56AF;
}
.AnyTagClassName
{
color: #EF56AF;
}
</style>
background-color css
<style>
a { background-color: #EF56AF; }
a { background-color: rgb(239,86,175); }
div.DivClassName
{
background-color: #EF56AF;
}
.BgClassName
{
background-color: #EF56AF;
}
</style>
border-color css
<style>
span { border-color: #EF56AF; }
span { border-color: rgb(239,86,175); }
td.TdClassName
{
border-color: #EF56AF;
}
.TagClassName
{
border-color: #EF56AF;
}
</style>