Shades of Brilliant Rose #E650A1
Tints of Brilliant Rose #E650A1
RGB
CMYK
RGB Variations
Color information
#E650A1 (or 0xE650A1) is known color: Brilliant Rose. HEX triplet: E6, 50 and A1. RGB value is (230,80,161). Sum of RGB (Red+Green+Blue) = 230+80+161=471 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.83% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 161 (63.28% from 255 or 34.18% from 471); Max value from RGB is 230 - color contains mainly: red. Hex color #E650A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E650A1 is #19AF5E. Grayscale: #858585. Windows color (decimal): -1683295 or 10572006. OLE color: 10572006.
HSL color Cylindrical-coordinate representation of color #E650A1: hue angle of 327.6º 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 #E650A1 is Cyan = 0, Magento = 0.65, Yellow = 0.3 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 80 | 161 | - |
| CMYK | 0 | 0.65 | 0.3 | 0.10 |
| HSL | 327.6º | 0.75% | 0.61% | - |
| HSV(B) | 327.6º | 0.65% | 0.9% | - |
| XYZ | 41.93 | 25.13 | 36.36 | - |
| YUV | 134.08 | 143.2 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 80 | 161 | 0 | 0.65 | 0.3 | 0.10 | 327.6 | 0.75 | 0.61 |
| Hex | E6 | 50 | A1 | 0 | 41 | 1E | A | 148 | 4B | 3D |
| Octal | 346 | 120 | 241 | 0 | 101 | 36 | 12 | 510 | 113 | 75 |
| Binary | 11100110 | 1010000 | 10100001 | 0 | 1000001 | 11110 | 1010 | 101001000 | 1001011 | 111101 |
Color Harmonies of #E650A1
Complementary color
Monochromatic Colors of #E650A1
Black with #E650A1
Text Example
Text Example
White with #E650A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E650A1; }
p { color: rgb(230,80,161); }
H1.HeaderClassName
{
color: #E650A1;
}
.AnyTagClassName
{
color: #E650A1;
}
</style>
background-color css
<style>
a { background-color: #E650A1; }
a { background-color: rgb(230,80,161); }
div.DivClassName
{
background-color: #E650A1;
}
.BgClassName
{
background-color: #E650A1;
}
</style>
border-color css
<style>
span { border-color: #E650A1; }
span { border-color: rgb(230,80,161); }
td.TdClassName
{
border-color: #E650A1;
}
.TagClassName
{
border-color: #E650A1;
}
</style>