Shades of Brilliant Rose #EF49B0
Tints of Brilliant Rose #EF49B0
RGB
CMYK
RGB Variations
Color information
#EF49B0 (or 0xEF49B0) is known color: Brilliant Rose. HEX triplet: EF, 49 and B0. RGB value is (239,73,176). Sum of RGB (Red+Green+Blue) = 239+73+176=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 73 (28.91% from 255 or 14.96% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EF49B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF49B0 is #10B64F. Grayscale: #868686. Windows color (decimal): -1095248 or 11553263. OLE color: 11553263.
HSL color Cylindrical-coordinate representation of color #EF49B0: hue angle of 322.77º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF49B0 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 73 | 176 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.06 |
| HSL | 322.77º | 0.84% | 0.61% | - |
| HSV(B) | 322.77º | 0.69% | 0.94% | - |
| XYZ | 45.82 | 26.25 | 43.73 | - |
| YUV | 134.38 | 151.5 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 73 | 176 | 0 | 0.69 | 0.26 | 0.06 | 322.77 | 0.84 | 0.61 |
| Hex | EF | 49 | B0 | 0 | 45 | 1A | 6 | 143 | 54 | 3D |
| Octal | 357 | 111 | 260 | 0 | 105 | 32 | 6 | 503 | 124 | 75 |
| Binary | 11101111 | 1001001 | 10110000 | 0 | 1000101 | 11010 | 110 | 101000011 | 1010100 | 111101 |
Color Harmonies of #EF49B0
Complementary color
Monochromatic Colors of #EF49B0
Black with #EF49B0
Text Example
Text Example
White with #EF49B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF49B0; }
p { color: rgb(239,73,176); }
H1.HeaderClassName
{
color: #EF49B0;
}
.AnyTagClassName
{
color: #EF49B0;
}
</style>
background-color css
<style>
a { background-color: #EF49B0; }
a { background-color: rgb(239,73,176); }
div.DivClassName
{
background-color: #EF49B0;
}
.BgClassName
{
background-color: #EF49B0;
}
</style>
border-color css
<style>
span { border-color: #EF49B0; }
span { border-color: rgb(239,73,176); }
td.TdClassName
{
border-color: #EF49B0;
}
.TagClassName
{
border-color: #EF49B0;
}
</style>