Shades of Brilliant Rose #EF60A8
Tints of Brilliant Rose #EF60A8
RGB
CMYK
RGB Variations
Color information
#EF60A8 (or 0xEF60A8) is known color: Brilliant Rose. HEX triplet: EF, 60 and A8. RGB value is (239,96,168). Sum of RGB (Red+Green+Blue) = 239+96+168=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 96 (37.89% from 255 or 19.09% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EF60A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF60A8 is #109F57. Grayscale: #929292. Windows color (decimal): -1089368 or 11034863. OLE color: 11034863.
HSL color Cylindrical-coordinate representation of color #EF60A8: hue angle of 329.79º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF60A8 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 96 | 168 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.06 |
| HSL | 329.79º | 0.82% | 0.66% | - |
| HSV(B) | 329.79º | 0.6% | 0.94% | - |
| XYZ | 46.85 | 29.54 | 40.28 | - |
| YUV | 146.97 | 139.88 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 96 | 168 | 0 | 0.60 | 0.30 | 0.06 | 329.79 | 0.82 | 0.66 |
| Hex | EF | 60 | A8 | 0 | 3C | 1E | 6 | 14A | 52 | 42 |
| Octal | 357 | 140 | 250 | 0 | 74 | 36 | 6 | 512 | 122 | 102 |
| Binary | 11101111 | 1100000 | 10101000 | 0 | 111100 | 11110 | 110 | 101001010 | 1010010 | 1000010 |
Color Harmonies of #EF60A8
Complementary color
Monochromatic Colors of #EF60A8
Black with #EF60A8
Text Example
Text Example
White with #EF60A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF60A8; }
p { color: rgb(239,96,168); }
H1.HeaderClassName
{
color: #EF60A8;
}
.AnyTagClassName
{
color: #EF60A8;
}
</style>
background-color css
<style>
a { background-color: #EF60A8; }
a { background-color: rgb(239,96,168); }
div.DivClassName
{
background-color: #EF60A8;
}
.BgClassName
{
background-color: #EF60A8;
}
</style>
border-color css
<style>
span { border-color: #EF60A8; }
span { border-color: rgb(239,96,168); }
td.TdClassName
{
border-color: #EF60A8;
}
.TagClassName
{
border-color: #EF60A8;
}
</style>