Shades of Brilliant Rose #E660A6
Tints of Brilliant Rose #E660A6
RGB
CMYK
RGB Variations
Color information
#E660A6 (or 0xE660A6) is known color: Brilliant Rose. HEX triplet: E6, 60 and A6. RGB value is (230,96,166). Sum of RGB (Red+Green+Blue) = 230+96+166=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 96 (37.89% from 255 or 19.51% from 492); Blue value is 166 (65.23% from 255 or 33.74% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E660A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E660A6 is #199F59. Grayscale: #8F8F8F. Windows color (decimal): -1679194 or 10903782. OLE color: 10903782.
HSL color Cylindrical-coordinate representation of color #E660A6: hue angle of 328.66º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E660A6 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 96 | 166 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.10 |
| HSL | 328.66º | 0.73% | 0.64% | - |
| HSV(B) | 328.66º | 0.58% | 0.9% | - |
| XYZ | 43.7 | 27.94 | 39.17 | - |
| YUV | 144.05 | 140.39 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 96 | 166 | 0 | 0.58 | 0.28 | 0.10 | 328.66 | 0.73 | 0.64 |
| Hex | E6 | 60 | A6 | 0 | 3A | 1C | A | 149 | 49 | 40 |
| Octal | 346 | 140 | 246 | 0 | 72 | 34 | 12 | 511 | 111 | 100 |
| Binary | 11100110 | 1100000 | 10100110 | 0 | 111010 | 11100 | 1010 | 101001001 | 1001001 | 1000000 |
Color Harmonies of #E660A6
Complementary color
Monochromatic Colors of #E660A6
Black with #E660A6
Text Example
Text Example
White with #E660A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E660A6; }
p { color: rgb(230,96,166); }
H1.HeaderClassName
{
color: #E660A6;
}
.AnyTagClassName
{
color: #E660A6;
}
</style>
background-color css
<style>
a { background-color: #E660A6; }
a { background-color: rgb(230,96,166); }
div.DivClassName
{
background-color: #E660A6;
}
.BgClassName
{
background-color: #E660A6;
}
</style>
border-color css
<style>
span { border-color: #E660A6; }
span { border-color: rgb(230,96,166); }
td.TdClassName
{
border-color: #E660A6;
}
.TagClassName
{
border-color: #E660A6;
}
</style>