Shades of Brilliant Rose #EF56A8
Tints of Brilliant Rose #EF56A8
RGB
CMYK
RGB Variations
Color information
#EF56A8 (or 0xEF56A8) is known color: Brilliant Rose. HEX triplet: EF, 56 and A8. RGB value is (239,86,168). Sum of RGB (Red+Green+Blue) = 239+86+168=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 86 (33.98% from 255 or 17.44% from 493); Blue value is 168 (66.02% from 255 or 34.08% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EF56A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF56A8 is #10A957. Grayscale: #8C8C8C. Windows color (decimal): -1091928 or 11032303. OLE color: 11032303.
HSL color Cylindrical-coordinate representation of color #EF56A8: hue angle of 327.84º 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 #EF56A8 is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 86 | 168 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.06 |
| HSL | 327.84º | 0.83% | 0.64% | - |
| HSV(B) | 327.84º | 0.64% | 0.94% | - |
| XYZ | 45.99 | 27.83 | 39.99 | - |
| YUV | 141.1 | 143.19 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 86 | 168 | 0 | 0.64 | 0.30 | 0.06 | 327.84 | 0.83 | 0.64 |
| Hex | EF | 56 | A8 | 0 | 40 | 1E | 6 | 148 | 53 | 40 |
| Octal | 357 | 126 | 250 | 0 | 100 | 36 | 6 | 510 | 123 | 100 |
| Binary | 11101111 | 1010110 | 10101000 | 0 | 1000000 | 11110 | 110 | 101001000 | 1010011 | 1000000 |
Color Harmonies of #EF56A8
Complementary color
Monochromatic Colors of #EF56A8
Black with #EF56A8
Text Example
Text Example
White with #EF56A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF56A8; }
p { color: rgb(239,86,168); }
H1.HeaderClassName
{
color: #EF56A8;
}
.AnyTagClassName
{
color: #EF56A8;
}
</style>
background-color css
<style>
a { background-color: #EF56A8; }
a { background-color: rgb(239,86,168); }
div.DivClassName
{
background-color: #EF56A8;
}
.BgClassName
{
background-color: #EF56A8;
}
</style>
border-color css
<style>
span { border-color: #EF56A8; }
span { border-color: rgb(239,86,168); }
td.TdClassName
{
border-color: #EF56A8;
}
.TagClassName
{
border-color: #EF56A8;
}
</style>