Shades of Brilliant Rose #EF60A0
Tints of Brilliant Rose #EF60A0
RGB
CMYK
RGB Variations
Color information
#EF60A0 (or 0xEF60A0) is known color: Brilliant Rose. HEX triplet: EF, 60 and A0. RGB value is (239,96,160). Sum of RGB (Red+Green+Blue) = 239+96+160=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 96 (37.89% from 255 or 19.39% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EF60A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF60A0 is #109F5F. Grayscale: #919191. Windows color (decimal): -1089376 or 10510575. OLE color: 10510575.
HSL color Cylindrical-coordinate representation of color #EF60A0: hue angle of 333.15º 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 #EF60A0 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 96 | 160 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.06 |
| HSL | 333.15º | 0.82% | 0.66% | - |
| HSV(B) | 333.15º | 0.6% | 0.94% | - |
| XYZ | 46.12 | 29.25 | 36.47 | - |
| YUV | 146.05 | 135.88 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 96 | 160 | 0 | 0.60 | 0.33 | 0.06 | 333.15 | 0.82 | 0.66 |
| Hex | EF | 60 | A0 | 0 | 3C | 21 | 6 | 14D | 52 | 42 |
| Octal | 357 | 140 | 240 | 0 | 74 | 41 | 6 | 515 | 122 | 102 |
| Binary | 11101111 | 1100000 | 10100000 | 0 | 111100 | 100001 | 110 | 101001101 | 1010010 | 1000010 |
Color Harmonies of #EF60A0
Complementary color
Monochromatic Colors of #EF60A0
Black with #EF60A0
Text Example
Text Example
White with #EF60A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF60A0; }
p { color: rgb(239,96,160); }
H1.HeaderClassName
{
color: #EF60A0;
}
.AnyTagClassName
{
color: #EF60A0;
}
</style>
background-color css
<style>
a { background-color: #EF60A0; }
a { background-color: rgb(239,96,160); }
div.DivClassName
{
background-color: #EF60A0;
}
.BgClassName
{
background-color: #EF60A0;
}
</style>
border-color css
<style>
span { border-color: #EF60A0; }
span { border-color: rgb(239,96,160); }
td.TdClassName
{
border-color: #EF60A0;
}
.TagClassName
{
border-color: #EF60A0;
}
</style>