Shades of Brilliant Rose #E656AA
Tints of Brilliant Rose #E656AA
RGB
CMYK
RGB Variations
Color information
#E656AA (or 0xE656AA) is known color: Brilliant Rose. HEX triplet: E6, 56 and AA. RGB value is (230,86,170). Sum of RGB (Red+Green+Blue) = 230+86+170=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 86 (33.98% from 255 or 17.70% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E656AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E656AA is #19A955. Grayscale: #8A8A8A. Windows color (decimal): -1681750 or 11163366. OLE color: 11163366.
HSL color Cylindrical-coordinate representation of color #E656AA: hue angle of 325º 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 #E656AA is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 86 | 170 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.10 |
| HSL | 325º | 0.74% | 0.62% | - |
| HSV(B) | 325º | 0.63% | 0.9% | - |
| XYZ | 43.22 | 26.38 | 40.84 | - |
| YUV | 138.63 | 145.71 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 86 | 170 | 0 | 0.63 | 0.26 | 0.10 | 325 | 0.74 | 0.62 |
| Hex | E6 | 56 | AA | 0 | 3F | 1A | A | 145 | 4A | 3E |
| Octal | 346 | 126 | 252 | 0 | 77 | 32 | 12 | 505 | 112 | 76 |
| Binary | 11100110 | 1010110 | 10101010 | 0 | 111111 | 11010 | 1010 | 101000101 | 1001010 | 111110 |
Color Harmonies of #E656AA
Complementary color
Monochromatic Colors of #E656AA
Black with #E656AA
Text Example
Text Example
White with #E656AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E656AA; }
p { color: rgb(230,86,170); }
H1.HeaderClassName
{
color: #E656AA;
}
.AnyTagClassName
{
color: #E656AA;
}
</style>
background-color css
<style>
a { background-color: #E656AA; }
a { background-color: rgb(230,86,170); }
div.DivClassName
{
background-color: #E656AA;
}
.BgClassName
{
background-color: #E656AA;
}
</style>
border-color css
<style>
span { border-color: #E656AA; }
span { border-color: rgb(230,86,170); }
td.TdClassName
{
border-color: #E656AA;
}
.TagClassName
{
border-color: #E656AA;
}
</style>