Shades of Brilliant Rose #E655AA
Tints of Brilliant Rose #E655AA
RGB
CMYK
RGB Variations
Color information
#E655AA (or 0xE655AA) is known color: Brilliant Rose. HEX triplet: E6, 55 and AA. RGB value is (230,85,170). Sum of RGB (Red+Green+Blue) = 230+85+170=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E655AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E655AA is #19AA55. Grayscale: #898989. Windows color (decimal): -1682006 or 11163110. OLE color: 11163110.
HSL color Cylindrical-coordinate representation of color #E655AA: hue angle of 324.83º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E655AA is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 85 | 170 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.10 |
| HSL | 324.83º | 0.74% | 0.62% | - |
| HSV(B) | 324.83º | 0.63% | 0.9% | - |
| XYZ | 43.14 | 26.22 | 40.82 | - |
| YUV | 138.05 | 146.04 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 170 | 0 | 0.63 | 0.26 | 0.10 | 324.83 | 0.74 | 0.62 |
| Hex | E6 | 55 | AA | 0 | 3F | 1A | A | 145 | 4A | 3E |
| Octal | 346 | 125 | 252 | 0 | 77 | 32 | 12 | 505 | 112 | 76 |
| Binary | 11100110 | 1010101 | 10101010 | 0 | 111111 | 11010 | 1010 | 101000101 | 1001010 | 111110 |
Color Harmonies of #E655AA
Complementary color
Monochromatic Colors of #E655AA
Black with #E655AA
Text Example
Text Example
White with #E655AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E655AA; }
p { color: rgb(230,85,170); }
H1.HeaderClassName
{
color: #E655AA;
}
.AnyTagClassName
{
color: #E655AA;
}
</style>
background-color css
<style>
a { background-color: #E655AA; }
a { background-color: rgb(230,85,170); }
div.DivClassName
{
background-color: #E655AA;
}
.BgClassName
{
background-color: #E655AA;
}
</style>
border-color css
<style>
span { border-color: #E655AA; }
span { border-color: rgb(230,85,170); }
td.TdClassName
{
border-color: #E655AA;
}
.TagClassName
{
border-color: #E655AA;
}
</style>