Shades of Brilliant Rose #E75AAA
Tints of Brilliant Rose #E75AAA
RGB
CMYK
RGB Variations
Color information
#E75AAA (or 0xE75AAA) is known color: Brilliant Rose. HEX triplet: E7, 5A and AA. RGB value is (231,90,170). Sum of RGB (Red+Green+Blue) = 231+90+170=491 (65% of max value = 765). Red value is 231 (90.62% from 255 or 47.05% from 491); Green value is 90 (35.55% from 255 or 18.33% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 231 - color contains mainly: red. Hex color #E75AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75AAA is #18A555. Grayscale: #8D8D8D. Windows color (decimal): -1615190 or 11164391. OLE color: 11164391.
HSL color Cylindrical-coordinate representation of color #E75AAA: hue angle of 325.96º 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 #E75AAA is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 90 | 170 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.09 |
| HSL | 325.96º | 0.75% | 0.63% | - |
| HSV(B) | 325.96º | 0.61% | 0.91% | - |
| XYZ | 43.87 | 27.2 | 40.97 | - |
| YUV | 141.28 | 144.21 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 90 | 170 | 0 | 0.61 | 0.26 | 0.09 | 325.96 | 0.75 | 0.63 |
| Hex | E7 | 5A | AA | 0 | 3D | 1A | 9 | 146 | 4B | 3F |
| Octal | 347 | 132 | 252 | 0 | 75 | 32 | 11 | 506 | 113 | 77 |
| Binary | 11100111 | 1011010 | 10101010 | 0 | 111101 | 11010 | 1001 | 101000110 | 1001011 | 111111 |
Color Harmonies of #E75AAA
Complementary color
Monochromatic Colors of #E75AAA
Black with #E75AAA
Text Example
Text Example
White with #E75AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75AAA; }
p { color: rgb(231,90,170); }
H1.HeaderClassName
{
color: #E75AAA;
}
.AnyTagClassName
{
color: #E75AAA;
}
</style>
background-color css
<style>
a { background-color: #E75AAA; }
a { background-color: rgb(231,90,170); }
div.DivClassName
{
background-color: #E75AAA;
}
.BgClassName
{
background-color: #E75AAA;
}
</style>
border-color css
<style>
span { border-color: #E75AAA; }
span { border-color: rgb(231,90,170); }
td.TdClassName
{
border-color: #E75AAA;
}
.TagClassName
{
border-color: #E75AAA;
}
</style>