Shades of Brilliant Rose #E6509E
Tints of Brilliant Rose #E6509E
RGB
CMYK
RGB Variations
Color information
#E6509E (or 0xE6509E) is known color: Brilliant Rose. HEX triplet: E6, 50 and 9E. RGB value is (230,80,158). Sum of RGB (Red+Green+Blue) = 230+80+158=468 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.15% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 230 - color contains mainly: red. Hex color #E6509E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6509E is #19AF61. Grayscale: #858585. Windows color (decimal): -1683298 or 10375398. OLE color: 10375398.
HSL color Cylindrical-coordinate representation of color #E6509E: hue angle of 328.8º 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 #E6509E is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 80 | 158 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.10 |
| HSL | 328.8º | 0.75% | 0.61% | - |
| HSV(B) | 328.8º | 0.65% | 0.9% | - |
| XYZ | 41.67 | 25.03 | 34.98 | - |
| YUV | 133.74 | 141.7 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 80 | 158 | 0 | 0.65 | 0.31 | 0.10 | 328.8 | 0.75 | 0.61 |
| Hex | E6 | 50 | 9E | 0 | 41 | 1F | A | 149 | 4B | 3D |
| Octal | 346 | 120 | 236 | 0 | 101 | 37 | 12 | 511 | 113 | 75 |
| Binary | 11100110 | 1010000 | 10011110 | 0 | 1000001 | 11111 | 1010 | 101001001 | 1001011 | 111101 |
Color Harmonies of #E6509E
Complementary color
Monochromatic Colors of #E6509E
Black with #E6509E
Text Example
Text Example
White with #E6509E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6509E; }
p { color: rgb(230,80,158); }
H1.HeaderClassName
{
color: #E6509E;
}
.AnyTagClassName
{
color: #E6509E;
}
</style>
background-color css
<style>
a { background-color: #E6509E; }
a { background-color: rgb(230,80,158); }
div.DivClassName
{
background-color: #E6509E;
}
.BgClassName
{
background-color: #E6509E;
}
</style>
border-color css
<style>
span { border-color: #E6509E; }
span { border-color: rgb(230,80,158); }
td.TdClassName
{
border-color: #E6509E;
}
.TagClassName
{
border-color: #E6509E;
}
</style>