Shades of Brilliant Rose #EF559E
Tints of Brilliant Rose #EF559E
RGB
CMYK
RGB Variations
Color information
#EF559E (or 0xEF559E) is known color: Brilliant Rose. HEX triplet: EF, 55 and 9E. RGB value is (239,85,158). Sum of RGB (Red+Green+Blue) = 239+85+158=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF559E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF559E is #10AA61. Grayscale: #8B8B8B. Windows color (decimal): -1092194 or 10376687. OLE color: 10376687.
HSL color Cylindrical-coordinate representation of color #EF559E: hue angle of 331.56º 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 #EF559E is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 158 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.06 |
| HSL | 331.56º | 0.83% | 0.64% | - |
| HSV(B) | 331.56º | 0.64% | 0.94% | - |
| XYZ | 45.02 | 27.32 | 35.25 | - |
| YUV | 139.37 | 138.52 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 158 | 0 | 0.64 | 0.34 | 0.06 | 331.56 | 0.83 | 0.64 |
| Hex | EF | 55 | 9E | 0 | 40 | 22 | 6 | 14C | 53 | 40 |
| Octal | 357 | 125 | 236 | 0 | 100 | 42 | 6 | 514 | 123 | 100 |
| Binary | 11101111 | 1010101 | 10011110 | 0 | 1000000 | 100010 | 110 | 101001100 | 1010011 | 1000000 |
Color Harmonies of #EF559E
Complementary color
Monochromatic Colors of #EF559E
Black with #EF559E
Text Example
Text Example
White with #EF559E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF559E; }
p { color: rgb(239,85,158); }
H1.HeaderClassName
{
color: #EF559E;
}
.AnyTagClassName
{
color: #EF559E;
}
</style>
background-color css
<style>
a { background-color: #EF559E; }
a { background-color: rgb(239,85,158); }
div.DivClassName
{
background-color: #EF559E;
}
.BgClassName
{
background-color: #EF559E;
}
</style>
border-color css
<style>
span { border-color: #EF559E; }
span { border-color: rgb(239,85,158); }
td.TdClassName
{
border-color: #EF559E;
}
.TagClassName
{
border-color: #EF559E;
}
</style>