Shades of Brilliant Rose #EF599B
Tints of Brilliant Rose #EF599B
RGB
CMYK
RGB Variations
Color information
#EF599B (or 0xEF599B) is known color: Brilliant Rose. HEX triplet: EF, 59 and 9B. RGB value is (239,89,155). Sum of RGB (Red+Green+Blue) = 239+89+155=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 89 (35.16% from 255 or 18.43% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF599B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF599B is #10A664. Grayscale: #8D8D8D. Windows color (decimal): -1091173 or 10181103. OLE color: 10181103.
HSL color Cylindrical-coordinate representation of color #EF599B: hue angle of 333.6º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF599B is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 155 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.06 |
| HSL | 333.6º | 0.82% | 0.64% | - |
| HSV(B) | 333.6º | 0.63% | 0.94% | - |
| XYZ | 45.09 | 27.86 | 34.01 | - |
| YUV | 141.37 | 135.7 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 155 | 0 | 0.63 | 0.35 | 0.06 | 333.6 | 0.82 | 0.64 |
| Hex | EF | 59 | 9B | 0 | 3F | 23 | 6 | 14E | 52 | 40 |
| Octal | 357 | 131 | 233 | 0 | 77 | 43 | 6 | 516 | 122 | 100 |
| Binary | 11101111 | 1011001 | 10011011 | 0 | 111111 | 100011 | 110 | 101001110 | 1010010 | 1000000 |
Color Harmonies of #EF599B
Complementary color
Monochromatic Colors of #EF599B
Black with #EF599B
Text Example
Text Example
White with #EF599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF599B; }
p { color: rgb(239,89,155); }
H1.HeaderClassName
{
color: #EF599B;
}
.AnyTagClassName
{
color: #EF599B;
}
</style>
background-color css
<style>
a { background-color: #EF599B; }
a { background-color: rgb(239,89,155); }
div.DivClassName
{
background-color: #EF599B;
}
.BgClassName
{
background-color: #EF599B;
}
</style>
border-color css
<style>
span { border-color: #EF599B; }
span { border-color: rgb(239,89,155); }
td.TdClassName
{
border-color: #EF599B;
}
.TagClassName
{
border-color: #EF599B;
}
</style>