Shades of Brilliant Rose #EF5D96
Tints of Brilliant Rose #EF5D96
RGB
CMYK
RGB Variations
Color information
#EF5D96 (or 0xEF5D96) is known color: Brilliant Rose. HEX triplet: EF, 5D and 96. RGB value is (239,93,150). Sum of RGB (Red+Green+Blue) = 239+93+150=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5D96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5D96 is #10A269. Grayscale: #8F8F8F. Windows color (decimal): -1090154 or 9854447. OLE color: 9854447.
HSL color Cylindrical-coordinate representation of color #EF5D96: hue angle of 336.58º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF5D96 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 93 | 150 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.06 |
| HSL | 336.58º | 0.82% | 0.65% | - |
| HSV(B) | 336.58º | 0.61% | 0.94% | - |
| XYZ | 45.02 | 28.38 | 31.96 | - |
| YUV | 143.15 | 131.87 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 93 | 150 | 0 | 0.61 | 0.37 | 0.06 | 336.58 | 0.82 | 0.65 |
| Hex | EF | 5D | 96 | 0 | 3D | 25 | 6 | 151 | 52 | 41 |
| Octal | 357 | 135 | 226 | 0 | 75 | 45 | 6 | 521 | 122 | 101 |
| Binary | 11101111 | 1011101 | 10010110 | 0 | 111101 | 100101 | 110 | 101010001 | 1010010 | 1000001 |
Color Harmonies of #EF5D96
Complementary color
Monochromatic Colors of #EF5D96
Black with #EF5D96
Text Example
Text Example
White with #EF5D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5D96; }
p { color: rgb(239,93,150); }
H1.HeaderClassName
{
color: #EF5D96;
}
.AnyTagClassName
{
color: #EF5D96;
}
</style>
background-color css
<style>
a { background-color: #EF5D96; }
a { background-color: rgb(239,93,150); }
div.DivClassName
{
background-color: #EF5D96;
}
.BgClassName
{
background-color: #EF5D96;
}
</style>
border-color css
<style>
span { border-color: #EF5D96; }
span { border-color: rgb(239,93,150); }
td.TdClassName
{
border-color: #EF5D96;
}
.TagClassName
{
border-color: #EF5D96;
}
</style>