Shades of Brilliant Rose #E654A8
Tints of Brilliant Rose #E654A8
RGB
CMYK
RGB Variations
Color information
#E654A8 (or 0xE654A8) is known color: Brilliant Rose. HEX triplet: E6, 54 and A8. RGB value is (230,84,168). Sum of RGB (Red+Green+Blue) = 230+84+168=482 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.72% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 168 (66.02% from 255 or 34.85% from 482); Max value from RGB is 230 - color contains mainly: red. Hex color #E654A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E654A8 is #19AB57. Grayscale: #898989. Windows color (decimal): -1682264 or 11031782. OLE color: 11031782.
HSL color Cylindrical-coordinate representation of color #E654A8: hue angle of 325.48º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E654A8 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 84 | 168 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.10 |
| HSL | 325.48º | 0.74% | 0.62% | - |
| HSV(B) | 325.48º | 0.63% | 0.9% | - |
| XYZ | 42.87 | 25.99 | 39.8 | - |
| YUV | 137.23 | 145.37 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 84 | 168 | 0 | 0.63 | 0.27 | 0.10 | 325.48 | 0.74 | 0.62 |
| Hex | E6 | 54 | A8 | 0 | 3F | 1B | A | 145 | 4A | 3E |
| Octal | 346 | 124 | 250 | 0 | 77 | 33 | 12 | 505 | 112 | 76 |
| Binary | 11100110 | 1010100 | 10101000 | 0 | 111111 | 11011 | 1010 | 101000101 | 1001010 | 111110 |
Color Harmonies of #E654A8
Complementary color
Monochromatic Colors of #E654A8
Black with #E654A8
Text Example
Text Example
White with #E654A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E654A8; }
p { color: rgb(230,84,168); }
H1.HeaderClassName
{
color: #E654A8;
}
.AnyTagClassName
{
color: #E654A8;
}
</style>
background-color css
<style>
a { background-color: #E654A8; }
a { background-color: rgb(230,84,168); }
div.DivClassName
{
background-color: #E654A8;
}
.BgClassName
{
background-color: #E654A8;
}
</style>
border-color css
<style>
span { border-color: #E654A8; }
span { border-color: rgb(230,84,168); }
td.TdClassName
{
border-color: #E654A8;
}
.TagClassName
{
border-color: #E654A8;
}
</style>