Shades of Brilliant Rose #EF47A7
Tints of Brilliant Rose #EF47A7
RGB
CMYK
RGB Variations
Color information
#EF47A7 (or 0xEF47A7) is known color: Brilliant Rose. HEX triplet: EF, 47 and A7. RGB value is (239,71,167). Sum of RGB (Red+Green+Blue) = 239+71+167=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 71 (28.12% from 255 or 14.88% from 477); Blue value is 167 (65.62% from 255 or 35.01% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF47A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF47A7 is #10B858. Grayscale: #838383. Windows color (decimal): -1095769 or 10962927. OLE color: 10962927.
HSL color Cylindrical-coordinate representation of color #EF47A7: hue angle of 325.71º 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 #EF47A7 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 71 | 167 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.06 |
| HSL | 325.71º | 0.84% | 0.61% | - |
| HSV(B) | 325.71º | 0.7% | 0.94% | - |
| XYZ | 44.82 | 25.65 | 39.15 | - |
| YUV | 132.18 | 147.66 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 71 | 167 | 0 | 0.70 | 0.30 | 0.06 | 325.71 | 0.84 | 0.61 |
| Hex | EF | 47 | A7 | 0 | 46 | 1E | 6 | 146 | 54 | 3D |
| Octal | 357 | 107 | 247 | 0 | 106 | 36 | 6 | 506 | 124 | 75 |
| Binary | 11101111 | 1000111 | 10100111 | 0 | 1000110 | 11110 | 110 | 101000110 | 1010100 | 111101 |
Color Harmonies of #EF47A7
Complementary color
Monochromatic Colors of #EF47A7
Black with #EF47A7
Text Example
Text Example
White with #EF47A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF47A7; }
p { color: rgb(239,71,167); }
H1.HeaderClassName
{
color: #EF47A7;
}
.AnyTagClassName
{
color: #EF47A7;
}
</style>
background-color css
<style>
a { background-color: #EF47A7; }
a { background-color: rgb(239,71,167); }
div.DivClassName
{
background-color: #EF47A7;
}
.BgClassName
{
background-color: #EF47A7;
}
</style>
border-color css
<style>
span { border-color: #EF47A7; }
span { border-color: rgb(239,71,167); }
td.TdClassName
{
border-color: #EF47A7;
}
.TagClassName
{
border-color: #EF47A7;
}
</style>