Shades of Brilliant Rose #E650A0
Tints of Brilliant Rose #E650A0
RGB
CMYK
RGB Variations
Color information
#E650A0 (or 0xE650A0) is known color: Brilliant Rose. HEX triplet: E6, 50 and A0. RGB value is (230,80,160). Sum of RGB (Red+Green+Blue) = 230+80+160=470 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.94% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 230 - color contains mainly: red. Hex color #E650A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E650A0 is #19AF5F. Grayscale: #858585. Windows color (decimal): -1683296 or 10506470. OLE color: 10506470.
HSL color Cylindrical-coordinate representation of color #E650A0: hue angle of 328º 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 #E650A0 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 80 | 160 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.10 |
| HSL | 328º | 0.75% | 0.61% | - |
| HSV(B) | 328º | 0.65% | 0.9% | - |
| XYZ | 41.85 | 25.1 | 35.9 | - |
| YUV | 133.97 | 142.7 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 80 | 160 | 0 | 0.65 | 0.30 | 0.10 | 328 | 0.75 | 0.61 |
| Hex | E6 | 50 | A0 | 0 | 41 | 1E | A | 148 | 4B | 3D |
| Octal | 346 | 120 | 240 | 0 | 101 | 36 | 12 | 510 | 113 | 75 |
| Binary | 11100110 | 1010000 | 10100000 | 0 | 1000001 | 11110 | 1010 | 101001000 | 1001011 | 111101 |
Color Harmonies of #E650A0
Complementary color
Monochromatic Colors of #E650A0
Black with #E650A0
Text Example
Text Example
White with #E650A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E650A0; }
p { color: rgb(230,80,160); }
H1.HeaderClassName
{
color: #E650A0;
}
.AnyTagClassName
{
color: #E650A0;
}
</style>
background-color css
<style>
a { background-color: #E650A0; }
a { background-color: rgb(230,80,160); }
div.DivClassName
{
background-color: #E650A0;
}
.BgClassName
{
background-color: #E650A0;
}
</style>
border-color css
<style>
span { border-color: #E650A0; }
span { border-color: rgb(230,80,160); }
td.TdClassName
{
border-color: #E650A0;
}
.TagClassName
{
border-color: #E650A0;
}
</style>