Shades of Brilliant Rose #EF49AD
Tints of Brilliant Rose #EF49AD
RGB
CMYK
RGB Variations
Color information
#EF49AD (or 0xEF49AD) is known color: Brilliant Rose. HEX triplet: EF, 49 and AD. RGB value is (239,73,173). Sum of RGB (Red+Green+Blue) = 239+73+173=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF49AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF49AD is #10B652. Grayscale: #858585. Windows color (decimal): -1095251 or 11356655. OLE color: 11356655.
HSL color Cylindrical-coordinate representation of color #EF49AD: hue angle of 323.86º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF49AD is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 73 | 173 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.06 |
| HSL | 323.86º | 0.84% | 0.61% | - |
| HSV(B) | 323.86º | 0.69% | 0.94% | - |
| XYZ | 45.52 | 26.13 | 42.18 | - |
| YUV | 134.03 | 150 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 73 | 173 | 0 | 0.69 | 0.28 | 0.06 | 323.86 | 0.84 | 0.61 |
| Hex | EF | 49 | AD | 0 | 45 | 1C | 6 | 144 | 54 | 3D |
| Octal | 357 | 111 | 255 | 0 | 105 | 34 | 6 | 504 | 124 | 75 |
| Binary | 11101111 | 1001001 | 10101101 | 0 | 1000101 | 11100 | 110 | 101000100 | 1010100 | 111101 |
Color Harmonies of #EF49AD
Complementary color
Monochromatic Colors of #EF49AD
Black with #EF49AD
Text Example
Text Example
White with #EF49AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF49AD; }
p { color: rgb(239,73,173); }
H1.HeaderClassName
{
color: #EF49AD;
}
.AnyTagClassName
{
color: #EF49AD;
}
</style>
background-color css
<style>
a { background-color: #EF49AD; }
a { background-color: rgb(239,73,173); }
div.DivClassName
{
background-color: #EF49AD;
}
.BgClassName
{
background-color: #EF49AD;
}
</style>
border-color css
<style>
span { border-color: #EF49AD; }
span { border-color: rgb(239,73,173); }
td.TdClassName
{
border-color: #EF49AD;
}
.TagClassName
{
border-color: #EF49AD;
}
</style>