Shades of Brilliant Rose #E75FA8
Tints of Brilliant Rose #E75FA8
RGB
CMYK
RGB Variations
Color information
#E75FA8 (or 0xE75FA8) is known color: Brilliant Rose. HEX triplet: E7, 5F and A8. RGB value is (231,95,168). Sum of RGB (Red+Green+Blue) = 231+95+168=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 95 (37.5% from 255 or 19.23% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 231 - color contains mainly: red. Hex color #E75FA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75FA8 is #18A057. Grayscale: #8F8F8F. Windows color (decimal): -1613912 or 11034599. OLE color: 11034599.
HSL color Cylindrical-coordinate representation of color #E75FA8: hue angle of 327.79º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E75FA8 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 95 | 168 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.09 |
| HSL | 327.79º | 0.74% | 0.64% | - |
| HSV(B) | 327.79º | 0.59% | 0.91% | - |
| XYZ | 44.12 | 28 | 40.13 | - |
| YUV | 143.99 | 141.56 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 95 | 168 | 0 | 0.59 | 0.27 | 0.09 | 327.79 | 0.74 | 0.64 |
| Hex | E7 | 5F | A8 | 0 | 3B | 1B | 9 | 148 | 4A | 40 |
| Octal | 347 | 137 | 250 | 0 | 73 | 33 | 11 | 510 | 112 | 100 |
| Binary | 11100111 | 1011111 | 10101000 | 0 | 111011 | 11011 | 1001 | 101001000 | 1001010 | 1000000 |
Color Harmonies of #E75FA8
Complementary color
Monochromatic Colors of #E75FA8
Black with #E75FA8
Text Example
Text Example
White with #E75FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75FA8; }
p { color: rgb(231,95,168); }
H1.HeaderClassName
{
color: #E75FA8;
}
.AnyTagClassName
{
color: #E75FA8;
}
</style>
background-color css
<style>
a { background-color: #E75FA8; }
a { background-color: rgb(231,95,168); }
div.DivClassName
{
background-color: #E75FA8;
}
.BgClassName
{
background-color: #E75FA8;
}
</style>
border-color css
<style>
span { border-color: #E75FA8; }
span { border-color: rgb(231,95,168); }
td.TdClassName
{
border-color: #E75FA8;
}
.TagClassName
{
border-color: #E75FA8;
}
</style>