Shades of Brilliant Rose #EF47AF
Tints of Brilliant Rose #EF47AF
RGB
CMYK
RGB Variations
Color information
#EF47AF (or 0xEF47AF) is known color: Brilliant Rose. HEX triplet: EF, 47 and AF. RGB value is (239,71,175). Sum of RGB (Red+Green+Blue) = 239+71+175=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 71 (28.12% from 255 or 14.64% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF47AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF47AF is #10B850. Grayscale: #848484. Windows color (decimal): -1095761 or 11487215. OLE color: 11487215.
HSL color Cylindrical-coordinate representation of color #EF47AF: hue angle of 322.86º 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 #EF47AF is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 71 | 175 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.06 |
| HSL | 322.86º | 0.84% | 0.61% | - |
| HSV(B) | 322.86º | 0.7% | 0.94% | - |
| XYZ | 45.59 | 25.95 | 43.16 | - |
| YUV | 133.09 | 151.66 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 71 | 175 | 0 | 0.70 | 0.27 | 0.06 | 322.86 | 0.84 | 0.61 |
| Hex | EF | 47 | AF | 0 | 46 | 1B | 6 | 143 | 54 | 3D |
| Octal | 357 | 107 | 257 | 0 | 106 | 33 | 6 | 503 | 124 | 75 |
| Binary | 11101111 | 1000111 | 10101111 | 0 | 1000110 | 11011 | 110 | 101000011 | 1010100 | 111101 |
Color Harmonies of #EF47AF
Complementary color
Monochromatic Colors of #EF47AF
Black with #EF47AF
Text Example
Text Example
White with #EF47AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF47AF; }
p { color: rgb(239,71,175); }
H1.HeaderClassName
{
color: #EF47AF;
}
.AnyTagClassName
{
color: #EF47AF;
}
</style>
background-color css
<style>
a { background-color: #EF47AF; }
a { background-color: rgb(239,71,175); }
div.DivClassName
{
background-color: #EF47AF;
}
.BgClassName
{
background-color: #EF47AF;
}
</style>
border-color css
<style>
span { border-color: #EF47AF; }
span { border-color: rgb(239,71,175); }
td.TdClassName
{
border-color: #EF47AF;
}
.TagClassName
{
border-color: #EF47AF;
}
</style>