Shades of Brilliant Rose #EF5A99
Tints of Brilliant Rose #EF5A99
RGB
CMYK
RGB Variations
Color information
#EF5A99 (or 0xEF5A99) is known color: Brilliant Rose. HEX triplet: EF, 5A and 99. RGB value is (239,90,153). Sum of RGB (Red+Green+Blue) = 239+90+153=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5A99 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5A99 is #10A566. Grayscale: #8D8D8D. Windows color (decimal): -1090919 or 10050287. OLE color: 10050287.
HSL color Cylindrical-coordinate representation of color #EF5A99: hue angle of 334.63º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF5A99 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 90 | 153 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.06 |
| HSL | 334.63º | 0.82% | 0.65% | - |
| HSV(B) | 334.63º | 0.62% | 0.94% | - |
| XYZ | 45 | 27.96 | 33.16 | - |
| YUV | 141.73 | 134.36 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 90 | 153 | 0 | 0.62 | 0.36 | 0.06 | 334.63 | 0.82 | 0.65 |
| Hex | EF | 5A | 99 | 0 | 3E | 24 | 6 | 14F | 52 | 41 |
| Octal | 357 | 132 | 231 | 0 | 76 | 44 | 6 | 517 | 122 | 101 |
| Binary | 11101111 | 1011010 | 10011001 | 0 | 111110 | 100100 | 110 | 101001111 | 1010010 | 1000001 |
Color Harmonies of #EF5A99
Complementary color
Monochromatic Colors of #EF5A99
Black with #EF5A99
Text Example
Text Example
White with #EF5A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5A99; }
p { color: rgb(239,90,153); }
H1.HeaderClassName
{
color: #EF5A99;
}
.AnyTagClassName
{
color: #EF5A99;
}
</style>
background-color css
<style>
a { background-color: #EF5A99; }
a { background-color: rgb(239,90,153); }
div.DivClassName
{
background-color: #EF5A99;
}
.BgClassName
{
background-color: #EF5A99;
}
</style>
border-color css
<style>
span { border-color: #EF5A99; }
span { border-color: rgb(239,90,153); }
td.TdClassName
{
border-color: #EF5A99;
}
.TagClassName
{
border-color: #EF5A99;
}
</style>