Shades of Brilliant Rose #E75AA5
Tints of Brilliant Rose #E75AA5
RGB
CMYK
RGB Variations
Color information
#E75AA5 (or 0xE75AA5) is known color: Brilliant Rose. HEX triplet: E7, 5A and A5. RGB value is (231,90,165). Sum of RGB (Red+Green+Blue) = 231+90+165=486 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.53% from 486); Green value is 90 (35.55% from 255 or 18.52% from 486); Blue value is 165 (64.84% from 255 or 33.95% from 486); Max value from RGB is 231 - color contains mainly: red. Hex color #E75AA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75AA5 is #18A55A. Grayscale: #8C8C8C. Windows color (decimal): -1615195 or 10836711. OLE color: 10836711.
HSL color Cylindrical-coordinate representation of color #E75AA5: hue angle of 328.09º 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 #E75AA5 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 90 | 165 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.09 |
| HSL | 328.09º | 0.75% | 0.63% | - |
| HSV(B) | 328.09º | 0.61% | 0.91% | - |
| XYZ | 43.4 | 27.02 | 38.52 | - |
| YUV | 140.71 | 141.71 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 90 | 165 | 0 | 0.61 | 0.29 | 0.09 | 328.09 | 0.75 | 0.63 |
| Hex | E7 | 5A | A5 | 0 | 3D | 1D | 9 | 148 | 4B | 3F |
| Octal | 347 | 132 | 245 | 0 | 75 | 35 | 11 | 510 | 113 | 77 |
| Binary | 11100111 | 1011010 | 10100101 | 0 | 111101 | 11101 | 1001 | 101001000 | 1001011 | 111111 |
Color Harmonies of #E75AA5
Complementary color
Monochromatic Colors of #E75AA5
Black with #E75AA5
Text Example
Text Example
White with #E75AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75AA5; }
p { color: rgb(231,90,165); }
H1.HeaderClassName
{
color: #E75AA5;
}
.AnyTagClassName
{
color: #E75AA5;
}
</style>
background-color css
<style>
a { background-color: #E75AA5; }
a { background-color: rgb(231,90,165); }
div.DivClassName
{
background-color: #E75AA5;
}
.BgClassName
{
background-color: #E75AA5;
}
</style>
border-color css
<style>
span { border-color: #E75AA5; }
span { border-color: rgb(231,90,165); }
td.TdClassName
{
border-color: #E75AA5;
}
.TagClassName
{
border-color: #E75AA5;
}
</style>