Shades of Brilliant Rose #E650AA
Tints of Brilliant Rose #E650AA
RGB
CMYK
RGB Variations
Color information
#E650AA (or 0xE650AA) is known color: Brilliant Rose. HEX triplet: E6, 50 and AA. RGB value is (230,80,170). Sum of RGB (Red+Green+Blue) = 230+80+170=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 230 - color contains mainly: red. Hex color #E650AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E650AA is #19AF55. Grayscale: #868686. Windows color (decimal): -1683286 or 11161830. OLE color: 11161830.
HSL color Cylindrical-coordinate representation of color #E650AA: hue angle of 324º 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 #E650AA is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 80 | 170 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.10 |
| HSL | 324º | 0.75% | 0.61% | - |
| HSV(B) | 324º | 0.65% | 0.9% | - |
| XYZ | 42.76 | 25.46 | 40.69 | - |
| YUV | 135.11 | 147.7 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 80 | 170 | 0 | 0.65 | 0.26 | 0.10 | 324 | 0.75 | 0.61 |
| Hex | E6 | 50 | AA | 0 | 41 | 1A | A | 144 | 4B | 3D |
| Octal | 346 | 120 | 252 | 0 | 101 | 32 | 12 | 504 | 113 | 75 |
| Binary | 11100110 | 1010000 | 10101010 | 0 | 1000001 | 11010 | 1010 | 101000100 | 1001011 | 111101 |
Color Harmonies of #E650AA
Complementary color
Monochromatic Colors of #E650AA
Black with #E650AA
Text Example
Text Example
White with #E650AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E650AA; }
p { color: rgb(230,80,170); }
H1.HeaderClassName
{
color: #E650AA;
}
.AnyTagClassName
{
color: #E650AA;
}
</style>
background-color css
<style>
a { background-color: #E650AA; }
a { background-color: rgb(230,80,170); }
div.DivClassName
{
background-color: #E650AA;
}
.BgClassName
{
background-color: #E650AA;
}
</style>
border-color css
<style>
span { border-color: #E650AA; }
span { border-color: rgb(230,80,170); }
td.TdClassName
{
border-color: #E650AA;
}
.TagClassName
{
border-color: #E650AA;
}
</style>