Shades of Brilliant Rose #E6499F
Tints of Brilliant Rose #E6499F
RGB
CMYK
RGB Variations
Color information
#E6499F (or 0xE6499F) is known color: Brilliant Rose. HEX triplet: E6, 49 and 9F. RGB value is (230,73,159). Sum of RGB (Red+Green+Blue) = 230+73+159=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E6499F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6499F is #19B660. Grayscale: #818181. Windows color (decimal): -1685089 or 10439142. OLE color: 10439142.
HSL color Cylindrical-coordinate representation of color #E6499F: hue angle of 327.13º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E6499F is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 73 | 159 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.10 |
| HSL | 327.13º | 0.76% | 0.59% | - |
| HSV(B) | 327.13º | 0.68% | 0.9% | - |
| XYZ | 41.27 | 24.09 | 35.28 | - |
| YUV | 129.75 | 144.51 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 73 | 159 | 0 | 0.68 | 0.31 | 0.10 | 327.13 | 0.76 | 0.59 |
| Hex | E6 | 49 | 9F | 0 | 44 | 1F | A | 147 | 4C | 3B |
| Octal | 346 | 111 | 237 | 0 | 104 | 37 | 12 | 507 | 114 | 73 |
| Binary | 11100110 | 1001001 | 10011111 | 0 | 1000100 | 11111 | 1010 | 101000111 | 1001100 | 111011 |
Color Harmonies of #E6499F
Complementary color
Monochromatic Colors of #E6499F
Black with #E6499F
Text Example
Text Example
White with #E6499F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6499F; }
p { color: rgb(230,73,159); }
H1.HeaderClassName
{
color: #E6499F;
}
.AnyTagClassName
{
color: #E6499F;
}
</style>
background-color css
<style>
a { background-color: #E6499F; }
a { background-color: rgb(230,73,159); }
div.DivClassName
{
background-color: #E6499F;
}
.BgClassName
{
background-color: #E6499F;
}
</style>
border-color css
<style>
span { border-color: #E6499F; }
span { border-color: rgb(230,73,159); }
td.TdClassName
{
border-color: #E6499F;
}
.TagClassName
{
border-color: #E6499F;
}
</style>