Shades of Brilliant Rose #E75BA0
Tints of Brilliant Rose #E75BA0
RGB
CMYK
RGB Variations
Color information
#E75BA0 (or 0xE75BA0) is known color: Brilliant Rose. HEX triplet: E7, 5B and A0. RGB value is (231,91,160). Sum of RGB (Red+Green+Blue) = 231+91+160=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 91 (35.94% from 255 or 18.88% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 231 - color contains mainly: red. Hex color #E75BA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75BA0 is #18A45F. Grayscale: #8C8C8C. Windows color (decimal): -1614944 or 10509287. OLE color: 10509287.
HSL color Cylindrical-coordinate representation of color #E75BA0: hue angle of 330.43º 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 #E75BA0 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 91 | 160 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.09 |
| HSL | 330.43º | 0.74% | 0.63% | - |
| HSV(B) | 330.43º | 0.61% | 0.91% | - |
| XYZ | 43.04 | 27.01 | 36.2 | - |
| YUV | 140.73 | 138.88 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 91 | 160 | 0 | 0.61 | 0.31 | 0.09 | 330.43 | 0.74 | 0.63 |
| Hex | E7 | 5B | A0 | 0 | 3D | 1F | 9 | 14A | 4A | 3F |
| Octal | 347 | 133 | 240 | 0 | 75 | 37 | 11 | 512 | 112 | 77 |
| Binary | 11100111 | 1011011 | 10100000 | 0 | 111101 | 11111 | 1001 | 101001010 | 1001010 | 111111 |
Color Harmonies of #E75BA0
Complementary color
Monochromatic Colors of #E75BA0
Black with #E75BA0
Text Example
Text Example
White with #E75BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75BA0; }
p { color: rgb(231,91,160); }
H1.HeaderClassName
{
color: #E75BA0;
}
.AnyTagClassName
{
color: #E75BA0;
}
</style>
background-color css
<style>
a { background-color: #E75BA0; }
a { background-color: rgb(231,91,160); }
div.DivClassName
{
background-color: #E75BA0;
}
.BgClassName
{
background-color: #E75BA0;
}
</style>
border-color css
<style>
span { border-color: #E75BA0; }
span { border-color: rgb(231,91,160); }
td.TdClassName
{
border-color: #E75BA0;
}
.TagClassName
{
border-color: #E75BA0;
}
</style>