Shades of Brilliant Rose #E6519F
Tints of Brilliant Rose #E6519F
RGB
CMYK
RGB Variations
Color information
#E6519F (or 0xE6519F) is known color: Brilliant Rose. HEX triplet: E6, 51 and 9F. RGB value is (230,81,159). Sum of RGB (Red+Green+Blue) = 230+81+159=470 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.94% from 470); Green value is 81 (32.03% from 255 or 17.23% from 470); Blue value is 159 (62.5% from 255 or 33.83% from 470); Max value from RGB is 230 - color contains mainly: red. Hex color #E6519F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6519F is #19AE60. Grayscale: #868686. Windows color (decimal): -1683041 or 10441190. OLE color: 10441190.
HSL color Cylindrical-coordinate representation of color #E6519F: hue angle of 328.59º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E6519F is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 81 | 159 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.10 |
| HSL | 328.59º | 0.75% | 0.61% | - |
| HSV(B) | 328.59º | 0.65% | 0.9% | - |
| XYZ | 41.83 | 25.21 | 35.46 | - |
| YUV | 134.44 | 141.86 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 81 | 159 | 0 | 0.65 | 0.31 | 0.10 | 328.59 | 0.75 | 0.61 |
| Hex | E6 | 51 | 9F | 0 | 41 | 1F | A | 149 | 4B | 3D |
| Octal | 346 | 121 | 237 | 0 | 101 | 37 | 12 | 511 | 113 | 75 |
| Binary | 11100110 | 1010001 | 10011111 | 0 | 1000001 | 11111 | 1010 | 101001001 | 1001011 | 111101 |
Color Harmonies of #E6519F
Complementary color
Monochromatic Colors of #E6519F
Black with #E6519F
Text Example
Text Example
White with #E6519F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6519F; }
p { color: rgb(230,81,159); }
H1.HeaderClassName
{
color: #E6519F;
}
.AnyTagClassName
{
color: #E6519F;
}
</style>
background-color css
<style>
a { background-color: #E6519F; }
a { background-color: rgb(230,81,159); }
div.DivClassName
{
background-color: #E6519F;
}
.BgClassName
{
background-color: #E6519F;
}
</style>
border-color css
<style>
span { border-color: #E6519F; }
span { border-color: rgb(230,81,159); }
td.TdClassName
{
border-color: #E6519F;
}
.TagClassName
{
border-color: #E6519F;
}
</style>