Shades of Brilliant Rose #E75AA6
Tints of Brilliant Rose #E75AA6
RGB
CMYK
RGB Variations
Color information
#E75AA6 (or 0xE75AA6) is known color: Brilliant Rose. HEX triplet: E7, 5A and A6. RGB value is (231,90,166). Sum of RGB (Red+Green+Blue) = 231+90+166=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 90 (35.55% from 255 or 18.48% from 487); Blue value is 166 (65.23% from 255 or 34.09% from 487); Max value from RGB is 231 - color contains mainly: red. Hex color #E75AA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75AA6 is #18A559. Grayscale: #8C8C8C. Windows color (decimal): -1615194 or 10902247. OLE color: 10902247.
HSL color Cylindrical-coordinate representation of color #E75AA6: hue angle of 327.66º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E75AA6 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 90 | 166 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.09 |
| HSL | 327.66º | 0.75% | 0.63% | - |
| HSV(B) | 327.66º | 0.61% | 0.91% | - |
| XYZ | 43.49 | 27.05 | 39.01 | - |
| YUV | 140.82 | 142.21 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 90 | 166 | 0 | 0.61 | 0.28 | 0.09 | 327.66 | 0.75 | 0.63 |
| Hex | E7 | 5A | A6 | 0 | 3D | 1C | 9 | 148 | 4B | 3F |
| Octal | 347 | 132 | 246 | 0 | 75 | 34 | 11 | 510 | 113 | 77 |
| Binary | 11100111 | 1011010 | 10100110 | 0 | 111101 | 11100 | 1001 | 101001000 | 1001011 | 111111 |
Color Harmonies of #E75AA6
Complementary color
Monochromatic Colors of #E75AA6
Black with #E75AA6
Text Example
Text Example
White with #E75AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75AA6; }
p { color: rgb(231,90,166); }
H1.HeaderClassName
{
color: #E75AA6;
}
.AnyTagClassName
{
color: #E75AA6;
}
</style>
background-color css
<style>
a { background-color: #E75AA6; }
a { background-color: rgb(231,90,166); }
div.DivClassName
{
background-color: #E75AA6;
}
.BgClassName
{
background-color: #E75AA6;
}
</style>
border-color css
<style>
span { border-color: #E75AA6; }
span { border-color: rgb(231,90,166); }
td.TdClassName
{
border-color: #E75AA6;
}
.TagClassName
{
border-color: #E75AA6;
}
</style>