Shades of Brilliant Rose #EF49A0
Tints of Brilliant Rose #EF49A0
RGB
CMYK
RGB Variations
Color information
#EF49A0 (or 0xEF49A0) is known color: Brilliant Rose. HEX triplet: EF, 49 and A0. RGB value is (239,73,160). Sum of RGB (Red+Green+Blue) = 239+73+160=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF49A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF49A0 is #10B65F. Grayscale: #848484. Windows color (decimal): -1095264 or 10504687. OLE color: 10504687.
HSL color Cylindrical-coordinate representation of color #EF49A0: hue angle of 328.55º 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 #EF49A0 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 73 | 160 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.06 |
| HSL | 328.55º | 0.84% | 0.61% | - |
| HSV(B) | 328.55º | 0.69% | 0.94% | - |
| XYZ | 44.32 | 25.65 | 35.87 | - |
| YUV | 132.55 | 143.5 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 73 | 160 | 0 | 0.69 | 0.33 | 0.06 | 328.55 | 0.84 | 0.61 |
| Hex | EF | 49 | A0 | 0 | 45 | 21 | 6 | 149 | 54 | 3D |
| Octal | 357 | 111 | 240 | 0 | 105 | 41 | 6 | 511 | 124 | 75 |
| Binary | 11101111 | 1001001 | 10100000 | 0 | 1000101 | 100001 | 110 | 101001001 | 1010100 | 111101 |
Color Harmonies of #EF49A0
Complementary color
Monochromatic Colors of #EF49A0
Black with #EF49A0
Text Example
Text Example
White with #EF49A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF49A0; }
p { color: rgb(239,73,160); }
H1.HeaderClassName
{
color: #EF49A0;
}
.AnyTagClassName
{
color: #EF49A0;
}
</style>
background-color css
<style>
a { background-color: #EF49A0; }
a { background-color: rgb(239,73,160); }
div.DivClassName
{
background-color: #EF49A0;
}
.BgClassName
{
background-color: #EF49A0;
}
</style>
border-color css
<style>
span { border-color: #EF49A0; }
span { border-color: rgb(239,73,160); }
td.TdClassName
{
border-color: #EF49A0;
}
.TagClassName
{
border-color: #EF49A0;
}
</style>