Shades of Brilliant Rose #E650A8
Tints of Brilliant Rose #E650A8
RGB
CMYK
RGB Variations
Color information
#E650A8 (or 0xE650A8) is known color: Brilliant Rose. HEX triplet: E6, 50 and A8. RGB value is (230,80,168). Sum of RGB (Red+Green+Blue) = 230+80+168=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 80 (31.64% from 255 or 16.74% from 478); Blue value is 168 (66.02% from 255 or 35.15% from 478); Max value from RGB is 230 - color contains mainly: red. Hex color #E650A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E650A8 is #19AF57. Grayscale: #868686. Windows color (decimal): -1683288 or 11030758. OLE color: 11030758.
HSL color Cylindrical-coordinate representation of color #E650A8: hue angle of 324.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 #E650A8 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 80 | 168 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.10 |
| HSL | 324.8º | 0.75% | 0.61% | - |
| HSV(B) | 324.8º | 0.65% | 0.9% | - |
| XYZ | 42.57 | 25.39 | 39.7 | - |
| YUV | 134.88 | 146.7 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 80 | 168 | 0 | 0.65 | 0.27 | 0.10 | 324.8 | 0.75 | 0.61 |
| Hex | E6 | 50 | A8 | 0 | 41 | 1B | A | 145 | 4B | 3D |
| Octal | 346 | 120 | 250 | 0 | 101 | 33 | 12 | 505 | 113 | 75 |
| Binary | 11100110 | 1010000 | 10101000 | 0 | 1000001 | 11011 | 1010 | 101000101 | 1001011 | 111101 |
Color Harmonies of #E650A8
Complementary color
Monochromatic Colors of #E650A8
Black with #E650A8
Text Example
Text Example
White with #E650A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E650A8; }
p { color: rgb(230,80,168); }
H1.HeaderClassName
{
color: #E650A8;
}
.AnyTagClassName
{
color: #E650A8;
}
</style>
background-color css
<style>
a { background-color: #E650A8; }
a { background-color: rgb(230,80,168); }
div.DivClassName
{
background-color: #E650A8;
}
.BgClassName
{
background-color: #E650A8;
}
</style>
border-color css
<style>
span { border-color: #E650A8; }
span { border-color: rgb(230,80,168); }
td.TdClassName
{
border-color: #E650A8;
}
.TagClassName
{
border-color: #E650A8;
}
</style>