Shades of Brilliant Rose #E65AA8
Tints of Brilliant Rose #E65AA8
RGB
CMYK
RGB Variations
Color information
#E65AA8 (or 0xE65AA8) is known color: Brilliant Rose. HEX triplet: E6, 5A and A8. RGB value is (230,90,168). Sum of RGB (Red+Green+Blue) = 230+90+168=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 90 (35.55% from 255 or 18.44% from 488); Blue value is 168 (66.02% from 255 or 34.43% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E65AA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65AA8 is #19A557. Grayscale: #8C8C8C. Windows color (decimal): -1680728 or 11033318. OLE color: 11033318.
HSL color Cylindrical-coordinate representation of color #E65AA8: hue angle of 326.57º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E65AA8 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 90 | 168 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.10 |
| HSL | 326.57º | 0.74% | 0.63% | - |
| HSV(B) | 326.57º | 0.61% | 0.9% | - |
| XYZ | 43.36 | 26.96 | 39.96 | - |
| YUV | 140.75 | 143.38 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 90 | 168 | 0 | 0.61 | 0.27 | 0.10 | 326.57 | 0.74 | 0.63 |
| Hex | E6 | 5A | A8 | 0 | 3D | 1B | A | 147 | 4A | 3F |
| Octal | 346 | 132 | 250 | 0 | 75 | 33 | 12 | 507 | 112 | 77 |
| Binary | 11100110 | 1011010 | 10101000 | 0 | 111101 | 11011 | 1010 | 101000111 | 1001010 | 111111 |
Color Harmonies of #E65AA8
Complementary color
Monochromatic Colors of #E65AA8
Black with #E65AA8
Text Example
Text Example
White with #E65AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65AA8; }
p { color: rgb(230,90,168); }
H1.HeaderClassName
{
color: #E65AA8;
}
.AnyTagClassName
{
color: #E65AA8;
}
</style>
background-color css
<style>
a { background-color: #E65AA8; }
a { background-color: rgb(230,90,168); }
div.DivClassName
{
background-color: #E65AA8;
}
.BgClassName
{
background-color: #E65AA8;
}
</style>
border-color css
<style>
span { border-color: #E65AA8; }
span { border-color: rgb(230,90,168); }
td.TdClassName
{
border-color: #E65AA8;
}
.TagClassName
{
border-color: #E65AA8;
}
</style>