Shades of Brilliant Rose #E75BAC
Tints of Brilliant Rose #E75BAC
RGB
CMYK
RGB Variations
Color information
#E75BAC (or 0xE75BAC) is known color: Brilliant Rose. HEX triplet: E7, 5B and AC. RGB value is (231,91,172). Sum of RGB (Red+Green+Blue) = 231+91+172=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 91 (35.94% from 255 or 18.42% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 231 - color contains mainly: red. Hex color #E75BAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75BAC is #18A453. Grayscale: #8D8D8D. Windows color (decimal): -1614932 or 11295719. OLE color: 11295719.
HSL color Cylindrical-coordinate representation of color #E75BAC: hue angle of 325.29º degrees, saturation: 0.74, 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 #E75BAC is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 91 | 172 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.09 |
| HSL | 325.29º | 0.74% | 0.63% | - |
| HSV(B) | 325.29º | 0.61% | 0.91% | - |
| XYZ | 44.14 | 27.45 | 42 | - |
| YUV | 142.09 | 144.88 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 91 | 172 | 0 | 0.61 | 0.26 | 0.09 | 325.29 | 0.74 | 0.63 |
| Hex | E7 | 5B | AC | 0 | 3D | 1A | 9 | 145 | 4A | 3F |
| Octal | 347 | 133 | 254 | 0 | 75 | 32 | 11 | 505 | 112 | 77 |
| Binary | 11100111 | 1011011 | 10101100 | 0 | 111101 | 11010 | 1001 | 101000101 | 1001010 | 111111 |
Color Harmonies of #E75BAC
Complementary color
Monochromatic Colors of #E75BAC
Black with #E75BAC
Text Example
Text Example
White with #E75BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75BAC; }
p { color: rgb(231,91,172); }
H1.HeaderClassName
{
color: #E75BAC;
}
.AnyTagClassName
{
color: #E75BAC;
}
</style>
background-color css
<style>
a { background-color: #E75BAC; }
a { background-color: rgb(231,91,172); }
div.DivClassName
{
background-color: #E75BAC;
}
.BgClassName
{
background-color: #E75BAC;
}
</style>
border-color css
<style>
span { border-color: #E75BAC; }
span { border-color: rgb(231,91,172); }
td.TdClassName
{
border-color: #E75BAC;
}
.TagClassName
{
border-color: #E75BAC;
}
</style>