Shades of Brilliant Rose #EF47AD
Tints of Brilliant Rose #EF47AD
RGB
CMYK
RGB Variations
Color information
#EF47AD (or 0xEF47AD) is known color: Brilliant Rose. HEX triplet: EF, 47 and AD. RGB value is (239,71,173). Sum of RGB (Red+Green+Blue) = 239+71+173=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 71 (28.12% from 255 or 14.70% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF47AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF47AD is #10B852. Grayscale: #848484. Windows color (decimal): -1095763 or 11356143. OLE color: 11356143.
HSL color Cylindrical-coordinate representation of color #EF47AD: hue angle of 323.57º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF47AD is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 71 | 173 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.06 |
| HSL | 323.57º | 0.84% | 0.61% | - |
| HSV(B) | 323.57º | 0.7% | 0.94% | - |
| XYZ | 45.39 | 25.87 | 42.14 | - |
| YUV | 132.86 | 150.66 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 71 | 173 | 0 | 0.70 | 0.28 | 0.06 | 323.57 | 0.84 | 0.61 |
| Hex | EF | 47 | AD | 0 | 46 | 1C | 6 | 144 | 54 | 3D |
| Octal | 357 | 107 | 255 | 0 | 106 | 34 | 6 | 504 | 124 | 75 |
| Binary | 11101111 | 1000111 | 10101101 | 0 | 1000110 | 11100 | 110 | 101000100 | 1010100 | 111101 |
Color Harmonies of #EF47AD
Complementary color
Monochromatic Colors of #EF47AD
Black with #EF47AD
Text Example
Text Example
White with #EF47AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF47AD; }
p { color: rgb(239,71,173); }
H1.HeaderClassName
{
color: #EF47AD;
}
.AnyTagClassName
{
color: #EF47AD;
}
</style>
background-color css
<style>
a { background-color: #EF47AD; }
a { background-color: rgb(239,71,173); }
div.DivClassName
{
background-color: #EF47AD;
}
.BgClassName
{
background-color: #EF47AD;
}
</style>
border-color css
<style>
span { border-color: #EF47AD; }
span { border-color: rgb(239,71,173); }
td.TdClassName
{
border-color: #EF47AD;
}
.TagClassName
{
border-color: #EF47AD;
}
</style>