Shades of Brilliant Rose #EF6098
Tints of Brilliant Rose #EF6098
RGB
CMYK
RGB Variations
Color information
#EF6098 (or 0xEF6098) is known color: Brilliant Rose. HEX triplet: EF, 60 and 98. RGB value is (239,96,152). Sum of RGB (Red+Green+Blue) = 239+96+152=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6098 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6098 is #109F67. Grayscale: #919191. Windows color (decimal): -1089384 or 9986287. OLE color: 9986287.
HSL color Cylindrical-coordinate representation of color #EF6098: hue angle of 336.5º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF6098 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 96 | 152 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.06 |
| HSL | 336.5º | 0.82% | 0.66% | - |
| HSV(B) | 336.5º | 0.6% | 0.94% | - |
| XYZ | 45.45 | 28.98 | 32.9 | - |
| YUV | 145.14 | 131.88 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 96 | 152 | 0 | 0.60 | 0.36 | 0.06 | 336.5 | 0.82 | 0.66 |
| Hex | EF | 60 | 98 | 0 | 3C | 24 | 6 | 151 | 52 | 42 |
| Octal | 357 | 140 | 230 | 0 | 74 | 44 | 6 | 521 | 122 | 102 |
| Binary | 11101111 | 1100000 | 10011000 | 0 | 111100 | 100100 | 110 | 101010001 | 1010010 | 1000010 |
Color Harmonies of #EF6098
Complementary color
Monochromatic Colors of #EF6098
Black with #EF6098
Text Example
Text Example
White with #EF6098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6098; }
p { color: rgb(239,96,152); }
H1.HeaderClassName
{
color: #EF6098;
}
.AnyTagClassName
{
color: #EF6098;
}
</style>
background-color css
<style>
a { background-color: #EF6098; }
a { background-color: rgb(239,96,152); }
div.DivClassName
{
background-color: #EF6098;
}
.BgClassName
{
background-color: #EF6098;
}
</style>
border-color css
<style>
span { border-color: #EF6098; }
span { border-color: rgb(239,96,152); }
td.TdClassName
{
border-color: #EF6098;
}
.TagClassName
{
border-color: #EF6098;
}
</style>