Shades of Brilliant Rose #EF49AF
Tints of Brilliant Rose #EF49AF
RGB
CMYK
RGB Variations
Color information
#EF49AF (or 0xEF49AF) is known color: Brilliant Rose. HEX triplet: EF, 49 and AF. RGB value is (239,73,175). Sum of RGB (Red+Green+Blue) = 239+73+175=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 73 (28.91% from 255 or 14.99% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EF49AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF49AF is #10B650. Grayscale: #868686. Windows color (decimal): -1095249 or 11487727. OLE color: 11487727.
HSL color Cylindrical-coordinate representation of color #EF49AF: hue angle of 323.13º 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 #EF49AF is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 73 | 175 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.06 |
| HSL | 323.13º | 0.84% | 0.61% | - |
| HSV(B) | 323.13º | 0.69% | 0.94% | - |
| XYZ | 45.72 | 26.21 | 43.21 | - |
| YUV | 134.26 | 151 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 73 | 175 | 0 | 0.69 | 0.27 | 0.06 | 323.13 | 0.84 | 0.61 |
| Hex | EF | 49 | AF | 0 | 45 | 1B | 6 | 143 | 54 | 3D |
| Octal | 357 | 111 | 257 | 0 | 105 | 33 | 6 | 503 | 124 | 75 |
| Binary | 11101111 | 1001001 | 10101111 | 0 | 1000101 | 11011 | 110 | 101000011 | 1010100 | 111101 |
Color Harmonies of #EF49AF
Complementary color
Monochromatic Colors of #EF49AF
Black with #EF49AF
Text Example
Text Example
White with #EF49AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF49AF; }
p { color: rgb(239,73,175); }
H1.HeaderClassName
{
color: #EF49AF;
}
.AnyTagClassName
{
color: #EF49AF;
}
</style>
background-color css
<style>
a { background-color: #EF49AF; }
a { background-color: rgb(239,73,175); }
div.DivClassName
{
background-color: #EF49AF;
}
.BgClassName
{
background-color: #EF49AF;
}
</style>
border-color css
<style>
span { border-color: #EF49AF; }
span { border-color: rgb(239,73,175); }
td.TdClassName
{
border-color: #EF49AF;
}
.TagClassName
{
border-color: #EF49AF;
}
</style>