Shades of Brilliant Rose #EF5C96
Tints of Brilliant Rose #EF5C96
RGB
CMYK
RGB Variations
Color information
#EF5C96 (or 0xEF5C96) is known color: Brilliant Rose. HEX triplet: EF, 5C and 96. RGB value is (239,92,150). Sum of RGB (Red+Green+Blue) = 239+92+150=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5C96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5C96 is #10A369. Grayscale: #8E8E8E. Windows color (decimal): -1090410 or 9854191. OLE color: 9854191.
HSL color Cylindrical-coordinate representation of color #EF5C96: hue angle of 336.33º 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 #EF5C96 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 92 | 150 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.06 |
| HSL | 336.33º | 0.82% | 0.65% | - |
| HSV(B) | 336.33º | 0.62% | 0.94% | - |
| XYZ | 44.93 | 28.21 | 31.93 | - |
| YUV | 142.57 | 132.2 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 92 | 150 | 0 | 0.62 | 0.37 | 0.06 | 336.33 | 0.82 | 0.65 |
| Hex | EF | 5C | 96 | 0 | 3E | 25 | 6 | 150 | 52 | 41 |
| Octal | 357 | 134 | 226 | 0 | 76 | 45 | 6 | 520 | 122 | 101 |
| Binary | 11101111 | 1011100 | 10010110 | 0 | 111110 | 100101 | 110 | 101010000 | 1010010 | 1000001 |
Color Harmonies of #EF5C96
Complementary color
Monochromatic Colors of #EF5C96
Black with #EF5C96
Text Example
Text Example
White with #EF5C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5C96; }
p { color: rgb(239,92,150); }
H1.HeaderClassName
{
color: #EF5C96;
}
.AnyTagClassName
{
color: #EF5C96;
}
</style>
background-color css
<style>
a { background-color: #EF5C96; }
a { background-color: rgb(239,92,150); }
div.DivClassName
{
background-color: #EF5C96;
}
.BgClassName
{
background-color: #EF5C96;
}
</style>
border-color css
<style>
span { border-color: #EF5C96; }
span { border-color: rgb(239,92,150); }
td.TdClassName
{
border-color: #EF5C96;
}
.TagClassName
{
border-color: #EF5C96;
}
</style>