Shades of Brilliant Rose #EF5C98
Tints of Brilliant Rose #EF5C98
RGB
CMYK
RGB Variations
Color information
#EF5C98 (or 0xEF5C98) is known color: Brilliant Rose. HEX triplet: EF, 5C and 98. RGB value is (239,92,152). Sum of RGB (Red+Green+Blue) = 239+92+152=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 152 (59.77% from 255 or 31.47% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5C98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5C98 is #10A367. Grayscale: #8E8E8E. Windows color (decimal): -1090408 or 9985263. OLE color: 9985263.
HSL color Cylindrical-coordinate representation of color #EF5C98: hue angle of 335.51º 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 #EF5C98 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 92 | 152 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.06 |
| HSL | 335.51º | 0.82% | 0.65% | - |
| HSV(B) | 335.51º | 0.62% | 0.94% | - |
| XYZ | 45.09 | 28.27 | 32.79 | - |
| YUV | 142.79 | 133.2 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 92 | 152 | 0 | 0.62 | 0.36 | 0.06 | 335.51 | 0.82 | 0.65 |
| Hex | EF | 5C | 98 | 0 | 3E | 24 | 6 | 150 | 52 | 41 |
| Octal | 357 | 134 | 230 | 0 | 76 | 44 | 6 | 520 | 122 | 101 |
| Binary | 11101111 | 1011100 | 10011000 | 0 | 111110 | 100100 | 110 | 101010000 | 1010010 | 1000001 |
Color Harmonies of #EF5C98
Complementary color
Monochromatic Colors of #EF5C98
Black with #EF5C98
Text Example
Text Example
White with #EF5C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5C98; }
p { color: rgb(239,92,152); }
H1.HeaderClassName
{
color: #EF5C98;
}
.AnyTagClassName
{
color: #EF5C98;
}
</style>
background-color css
<style>
a { background-color: #EF5C98; }
a { background-color: rgb(239,92,152); }
div.DivClassName
{
background-color: #EF5C98;
}
.BgClassName
{
background-color: #EF5C98;
}
</style>
border-color css
<style>
span { border-color: #EF5C98; }
span { border-color: rgb(239,92,152); }
td.TdClassName
{
border-color: #EF5C98;
}
.TagClassName
{
border-color: #EF5C98;
}
</style>