Shades of Brilliant Rose #EF47B0
Tints of Brilliant Rose #EF47B0
RGB
CMYK
RGB Variations
Color information
#EF47B0 (or 0xEF47B0) is known color: Brilliant Rose. HEX triplet: EF, 47 and B0. RGB value is (239,71,176). Sum of RGB (Red+Green+Blue) = 239+71+176=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 71 (28.12% from 255 or 14.61% from 486); Blue value is 176 (69.14% from 255 or 36.21% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EF47B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF47B0 is #10B84F. Grayscale: #848484. Windows color (decimal): -1095760 or 11552751. OLE color: 11552751.
HSL color Cylindrical-coordinate representation of color #EF47B0: hue angle of 322.5º 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 #EF47B0 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 71 | 176 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.06 |
| HSL | 322.5º | 0.84% | 0.61% | - |
| HSV(B) | 322.5º | 0.7% | 0.94% | - |
| XYZ | 45.69 | 25.99 | 43.68 | - |
| YUV | 133.2 | 152.16 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 71 | 176 | 0 | 0.70 | 0.26 | 0.06 | 322.5 | 0.84 | 0.61 |
| Hex | EF | 47 | B0 | 0 | 46 | 1A | 6 | 142 | 54 | 3D |
| Octal | 357 | 107 | 260 | 0 | 106 | 32 | 6 | 502 | 124 | 75 |
| Binary | 11101111 | 1000111 | 10110000 | 0 | 1000110 | 11010 | 110 | 101000010 | 1010100 | 111101 |
Color Harmonies of #EF47B0
Complementary color
Monochromatic Colors of #EF47B0
Black with #EF47B0
Text Example
Text Example
White with #EF47B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF47B0; }
p { color: rgb(239,71,176); }
H1.HeaderClassName
{
color: #EF47B0;
}
.AnyTagClassName
{
color: #EF47B0;
}
</style>
background-color css
<style>
a { background-color: #EF47B0; }
a { background-color: rgb(239,71,176); }
div.DivClassName
{
background-color: #EF47B0;
}
.BgClassName
{
background-color: #EF47B0;
}
</style>
border-color css
<style>
span { border-color: #EF47B0; }
span { border-color: rgb(239,71,176); }
td.TdClassName
{
border-color: #EF47B0;
}
.TagClassName
{
border-color: #EF47B0;
}
</style>