Shades of Brilliant Rose #E650A4
Tints of Brilliant Rose #E650A4
RGB
CMYK
RGB Variations
Color information
#E650A4 (or 0xE650A4) is known color: Brilliant Rose. HEX triplet: E6, 50 and A4. RGB value is (230,80,164). Sum of RGB (Red+Green+Blue) = 230+80+164=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 80 (31.64% from 255 or 16.88% from 474); Blue value is 164 (64.45% from 255 or 34.60% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E650A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E650A4 is #19AF5B. Grayscale: #868686. Windows color (decimal): -1683292 or 10768614. OLE color: 10768614.
HSL color Cylindrical-coordinate representation of color #E650A4: hue angle of 326.4º 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 #E650A4 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 80 | 164 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.10 |
| HSL | 326.4º | 0.75% | 0.61% | - |
| HSV(B) | 326.4º | 0.65% | 0.9% | - |
| XYZ | 42.2 | 25.24 | 37.77 | - |
| YUV | 134.43 | 144.7 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 80 | 164 | 0 | 0.65 | 0.29 | 0.10 | 326.4 | 0.75 | 0.61 |
| Hex | E6 | 50 | A4 | 0 | 41 | 1D | A | 146 | 4B | 3D |
| Octal | 346 | 120 | 244 | 0 | 101 | 35 | 12 | 506 | 113 | 75 |
| Binary | 11100110 | 1010000 | 10100100 | 0 | 1000001 | 11101 | 1010 | 101000110 | 1001011 | 111101 |
Color Harmonies of #E650A4
Complementary color
Monochromatic Colors of #E650A4
Black with #E650A4
Text Example
Text Example
White with #E650A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E650A4; }
p { color: rgb(230,80,164); }
H1.HeaderClassName
{
color: #E650A4;
}
.AnyTagClassName
{
color: #E650A4;
}
</style>
background-color css
<style>
a { background-color: #E650A4; }
a { background-color: rgb(230,80,164); }
div.DivClassName
{
background-color: #E650A4;
}
.BgClassName
{
background-color: #E650A4;
}
</style>
border-color css
<style>
span { border-color: #E650A4; }
span { border-color: rgb(230,80,164); }
td.TdClassName
{
border-color: #E650A4;
}
.TagClassName
{
border-color: #E650A4;
}
</style>