Shades of Brilliant Rose #EF499D
Tints of Brilliant Rose #EF499D
RGB
CMYK
RGB Variations
Color information
#EF499D (or 0xEF499D) is known color: Brilliant Rose. HEX triplet: EF, 49 and 9D. RGB value is (239,73,157). Sum of RGB (Red+Green+Blue) = 239+73+157=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 73 (28.91% from 255 or 15.57% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF499D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF499D is #10B662. Grayscale: #848484. Windows color (decimal): -1095267 or 10308079. OLE color: 10308079.
HSL color Cylindrical-coordinate representation of color #EF499D: hue angle of 329.64º 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 #EF499D is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 73 | 157 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.06 |
| HSL | 329.64º | 0.84% | 0.61% | - |
| HSV(B) | 329.64º | 0.69% | 0.94% | - |
| XYZ | 44.06 | 25.55 | 34.51 | - |
| YUV | 132.21 | 142 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 73 | 157 | 0 | 0.69 | 0.34 | 0.06 | 329.64 | 0.84 | 0.61 |
| Hex | EF | 49 | 9D | 0 | 45 | 22 | 6 | 14A | 54 | 3D |
| Octal | 357 | 111 | 235 | 0 | 105 | 42 | 6 | 512 | 124 | 75 |
| Binary | 11101111 | 1001001 | 10011101 | 0 | 1000101 | 100010 | 110 | 101001010 | 1010100 | 111101 |
Color Harmonies of #EF499D
Complementary color
Monochromatic Colors of #EF499D
Black with #EF499D
Text Example
Text Example
White with #EF499D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF499D; }
p { color: rgb(239,73,157); }
H1.HeaderClassName
{
color: #EF499D;
}
.AnyTagClassName
{
color: #EF499D;
}
</style>
background-color css
<style>
a { background-color: #EF499D; }
a { background-color: rgb(239,73,157); }
div.DivClassName
{
background-color: #EF499D;
}
.BgClassName
{
background-color: #EF499D;
}
</style>
border-color css
<style>
span { border-color: #EF499D; }
span { border-color: rgb(239,73,157); }
td.TdClassName
{
border-color: #EF499D;
}
.TagClassName
{
border-color: #EF499D;
}
</style>