Shades of Brilliant Rose #E6509F
Tints of Brilliant Rose #E6509F
RGB
CMYK
RGB Variations
Color information
#E6509F (or 0xE6509F) is known color: Brilliant Rose. HEX triplet: E6, 50 and 9F. RGB value is (230,80,159). Sum of RGB (Red+Green+Blue) = 230+80+159=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 230 - color contains mainly: red. Hex color #E6509F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6509F is #19AF60. Grayscale: #858585. Windows color (decimal): -1683297 or 10440934. OLE color: 10440934.
HSL color Cylindrical-coordinate representation of color #E6509F: hue angle of 328.4º 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 #E6509F is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 80 | 159 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.10 |
| HSL | 328.4º | 0.75% | 0.61% | - |
| HSV(B) | 328.4º | 0.65% | 0.9% | - |
| XYZ | 41.76 | 25.06 | 35.44 | - |
| YUV | 133.86 | 142.2 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 80 | 159 | 0 | 0.65 | 0.31 | 0.10 | 328.4 | 0.75 | 0.61 |
| Hex | E6 | 50 | 9F | 0 | 41 | 1F | A | 148 | 4B | 3D |
| Octal | 346 | 120 | 237 | 0 | 101 | 37 | 12 | 510 | 113 | 75 |
| Binary | 11100110 | 1010000 | 10011111 | 0 | 1000001 | 11111 | 1010 | 101001000 | 1001011 | 111101 |
Color Harmonies of #E6509F
Complementary color
Monochromatic Colors of #E6509F
Black with #E6509F
Text Example
Text Example
White with #E6509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6509F; }
p { color: rgb(230,80,159); }
H1.HeaderClassName
{
color: #E6509F;
}
.AnyTagClassName
{
color: #E6509F;
}
</style>
background-color css
<style>
a { background-color: #E6509F; }
a { background-color: rgb(230,80,159); }
div.DivClassName
{
background-color: #E6509F;
}
.BgClassName
{
background-color: #E6509F;
}
</style>
border-color css
<style>
span { border-color: #E6509F; }
span { border-color: rgb(230,80,159); }
td.TdClassName
{
border-color: #E6509F;
}
.TagClassName
{
border-color: #E6509F;
}
</style>