Shades of Brilliant Rose #EF58AD
Tints of Brilliant Rose #EF58AD
RGB
CMYK
RGB Variations
Color information
#EF58AD (or 0xEF58AD) is known color: Brilliant Rose. HEX triplet: EF, 58 and AD. RGB value is (239,88,173). Sum of RGB (Red+Green+Blue) = 239+88+173=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 88 (34.77% from 255 or 17.6% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EF58AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF58AD is #10A752. Grayscale: #8E8E8E. Windows color (decimal): -1091411 or 11360495. OLE color: 11360495.
HSL color Cylindrical-coordinate representation of color #EF58AD: hue angle of 326.23º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF58AD is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 88 | 173 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.06 |
| HSL | 326.23º | 0.83% | 0.64% | - |
| HSV(B) | 326.23º | 0.63% | 0.94% | - |
| XYZ | 46.63 | 28.35 | 42.55 | - |
| YUV | 142.84 | 145.03 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 88 | 173 | 0 | 0.63 | 0.28 | 0.06 | 326.23 | 0.83 | 0.64 |
| Hex | EF | 58 | AD | 0 | 3F | 1C | 6 | 146 | 53 | 40 |
| Octal | 357 | 130 | 255 | 0 | 77 | 34 | 6 | 506 | 123 | 100 |
| Binary | 11101111 | 1011000 | 10101101 | 0 | 111111 | 11100 | 110 | 101000110 | 1010011 | 1000000 |
Color Harmonies of #EF58AD
Complementary color
Monochromatic Colors of #EF58AD
Black with #EF58AD
Text Example
Text Example
White with #EF58AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF58AD; }
p { color: rgb(239,88,173); }
H1.HeaderClassName
{
color: #EF58AD;
}
.AnyTagClassName
{
color: #EF58AD;
}
</style>
background-color css
<style>
a { background-color: #EF58AD; }
a { background-color: rgb(239,88,173); }
div.DivClassName
{
background-color: #EF58AD;
}
.BgClassName
{
background-color: #EF58AD;
}
</style>
border-color css
<style>
span { border-color: #EF58AD; }
span { border-color: rgb(239,88,173); }
td.TdClassName
{
border-color: #EF58AD;
}
.TagClassName
{
border-color: #EF58AD;
}
</style>