Shades of Brilliant Rose #EF47A0
Tints of Brilliant Rose #EF47A0
RGB
CMYK
RGB Variations
Color information
#EF47A0 (or 0xEF47A0) is known color: Brilliant Rose. HEX triplet: EF, 47 and A0. RGB value is (239,71,160). Sum of RGB (Red+Green+Blue) = 239+71+160=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 71 (28.12% from 255 or 15.11% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF47A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF47A0 is #10B85F. Grayscale: #838383. Windows color (decimal): -1095776 or 10504175. OLE color: 10504175.
HSL color Cylindrical-coordinate representation of color #EF47A0: hue angle of 328.21º 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 #EF47A0 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 71 | 160 | - |
| CMYK | 0 | 0.70 | 0.33 | 0.06 |
| HSL | 328.21º | 0.84% | 0.61% | - |
| HSV(B) | 328.21º | 0.7% | 0.94% | - |
| XYZ | 44.2 | 25.4 | 35.83 | - |
| YUV | 131.38 | 144.16 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 71 | 160 | 0 | 0.70 | 0.33 | 0.06 | 328.21 | 0.84 | 0.61 |
| Hex | EF | 47 | A0 | 0 | 46 | 21 | 6 | 148 | 54 | 3D |
| Octal | 357 | 107 | 240 | 0 | 106 | 41 | 6 | 510 | 124 | 75 |
| Binary | 11101111 | 1000111 | 10100000 | 0 | 1000110 | 100001 | 110 | 101001000 | 1010100 | 111101 |
Color Harmonies of #EF47A0
Complementary color
Monochromatic Colors of #EF47A0
Black with #EF47A0
Text Example
Text Example
White with #EF47A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF47A0; }
p { color: rgb(239,71,160); }
H1.HeaderClassName
{
color: #EF47A0;
}
.AnyTagClassName
{
color: #EF47A0;
}
</style>
background-color css
<style>
a { background-color: #EF47A0; }
a { background-color: rgb(239,71,160); }
div.DivClassName
{
background-color: #EF47A0;
}
.BgClassName
{
background-color: #EF47A0;
}
</style>
border-color css
<style>
span { border-color: #EF47A0; }
span { border-color: rgb(239,71,160); }
td.TdClassName
{
border-color: #EF47A0;
}
.TagClassName
{
border-color: #EF47A0;
}
</style>