Shades of Brilliant Rose #E660A8
Tints of Brilliant Rose #E660A8
RGB
CMYK
RGB Variations
Color information
#E660A8 (or 0xE660A8) is known color: Brilliant Rose. HEX triplet: E6, 60 and A8. RGB value is (230,96,168). Sum of RGB (Red+Green+Blue) = 230+96+168=494 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.56% from 494); Green value is 96 (37.89% from 255 or 19.43% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 230 - color contains mainly: red. Hex color #E660A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E660A8 is #199F57. Grayscale: #909090. Windows color (decimal): -1679192 or 11034854. OLE color: 11034854.
HSL color Cylindrical-coordinate representation of color #E660A8: hue angle of 327.76º 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 #E660A8 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 96 | 168 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.10 |
| HSL | 327.76º | 0.73% | 0.64% | - |
| HSV(B) | 327.76º | 0.58% | 0.9% | - |
| XYZ | 43.88 | 28.02 | 40.14 | - |
| YUV | 144.27 | 141.39 | 189.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 96 | 168 | 0 | 0.58 | 0.27 | 0.10 | 327.76 | 0.73 | 0.64 |
| Hex | E6 | 60 | A8 | 0 | 3A | 1B | A | 148 | 49 | 40 |
| Octal | 346 | 140 | 250 | 0 | 72 | 33 | 12 | 510 | 111 | 100 |
| Binary | 11100110 | 1100000 | 10101000 | 0 | 111010 | 11011 | 1010 | 101001000 | 1001001 | 1000000 |
Color Harmonies of #E660A8
Complementary color
Monochromatic Colors of #E660A8
Black with #E660A8
Text Example
Text Example
White with #E660A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E660A8; }
p { color: rgb(230,96,168); }
H1.HeaderClassName
{
color: #E660A8;
}
.AnyTagClassName
{
color: #E660A8;
}
</style>
background-color css
<style>
a { background-color: #E660A8; }
a { background-color: rgb(230,96,168); }
div.DivClassName
{
background-color: #E660A8;
}
.BgClassName
{
background-color: #E660A8;
}
</style>
border-color css
<style>
span { border-color: #E660A8; }
span { border-color: rgb(230,96,168); }
td.TdClassName
{
border-color: #E660A8;
}
.TagClassName
{
border-color: #E660A8;
}
</style>