Shades of Brilliant Rose #EF56AA
Tints of Brilliant Rose #EF56AA
RGB
CMYK
RGB Variations
Color information
#EF56AA (or 0xEF56AA) is known color: Brilliant Rose. HEX triplet: EF, 56 and AA. RGB value is (239,86,170). Sum of RGB (Red+Green+Blue) = 239+86+170=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 86 (33.98% from 255 or 17.37% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EF56AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF56AA is #10A955. Grayscale: #8D8D8D. Windows color (decimal): -1091926 or 11163375. OLE color: 11163375.
HSL color Cylindrical-coordinate representation of color #EF56AA: hue angle of 327.06º 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 #EF56AA is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 86 | 170 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.06 |
| HSL | 327.06º | 0.83% | 0.64% | - |
| HSV(B) | 327.06º | 0.64% | 0.94% | - |
| XYZ | 46.18 | 27.91 | 40.98 | - |
| YUV | 141.32 | 144.19 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 86 | 170 | 0 | 0.64 | 0.29 | 0.06 | 327.06 | 0.83 | 0.64 |
| Hex | EF | 56 | AA | 0 | 40 | 1D | 6 | 147 | 53 | 40 |
| Octal | 357 | 126 | 252 | 0 | 100 | 35 | 6 | 507 | 123 | 100 |
| Binary | 11101111 | 1010110 | 10101010 | 0 | 1000000 | 11101 | 110 | 101000111 | 1010011 | 1000000 |
Color Harmonies of #EF56AA
Complementary color
Monochromatic Colors of #EF56AA
Black with #EF56AA
Text Example
Text Example
White with #EF56AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF56AA; }
p { color: rgb(239,86,170); }
H1.HeaderClassName
{
color: #EF56AA;
}
.AnyTagClassName
{
color: #EF56AA;
}
</style>
background-color css
<style>
a { background-color: #EF56AA; }
a { background-color: rgb(239,86,170); }
div.DivClassName
{
background-color: #EF56AA;
}
.BgClassName
{
background-color: #EF56AA;
}
</style>
border-color css
<style>
span { border-color: #EF56AA; }
span { border-color: rgb(239,86,170); }
td.TdClassName
{
border-color: #EF56AA;
}
.TagClassName
{
border-color: #EF56AA;
}
</style>