Shades of Brilliant Rose #E75BA2
Tints of Brilliant Rose #E75BA2
RGB
CMYK
RGB Variations
Color information
#E75BA2 (or 0xE75BA2) is known color: Brilliant Rose. HEX triplet: E7, 5B and A2. RGB value is (231,91,162). Sum of RGB (Red+Green+Blue) = 231+91+162=484 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.73% from 484); Green value is 91 (35.94% from 255 or 18.80% from 484); Blue value is 162 (63.67% from 255 or 33.47% from 484); Max value from RGB is 231 - color contains mainly: red. Hex color #E75BA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75BA2 is #18A45D. Grayscale: #8C8C8C. Windows color (decimal): -1614942 or 10640359. OLE color: 10640359.
HSL color Cylindrical-coordinate representation of color #E75BA2: hue angle of 329.57º 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 #E75BA2 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 91 | 162 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.09 |
| HSL | 329.57º | 0.74% | 0.63% | - |
| HSV(B) | 329.57º | 0.61% | 0.91% | - |
| XYZ | 43.22 | 27.08 | 37.13 | - |
| YUV | 140.95 | 139.88 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 91 | 162 | 0 | 0.61 | 0.30 | 0.09 | 329.57 | 0.74 | 0.63 |
| Hex | E7 | 5B | A2 | 0 | 3D | 1E | 9 | 14A | 4A | 3F |
| Octal | 347 | 133 | 242 | 0 | 75 | 36 | 11 | 512 | 112 | 77 |
| Binary | 11100111 | 1011011 | 10100010 | 0 | 111101 | 11110 | 1001 | 101001010 | 1001010 | 111111 |
Color Harmonies of #E75BA2
Complementary color
Monochromatic Colors of #E75BA2
Black with #E75BA2
Text Example
Text Example
White with #E75BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75BA2; }
p { color: rgb(231,91,162); }
H1.HeaderClassName
{
color: #E75BA2;
}
.AnyTagClassName
{
color: #E75BA2;
}
</style>
background-color css
<style>
a { background-color: #E75BA2; }
a { background-color: rgb(231,91,162); }
div.DivClassName
{
background-color: #E75BA2;
}
.BgClassName
{
background-color: #E75BA2;
}
</style>
border-color css
<style>
span { border-color: #E75BA2; }
span { border-color: rgb(231,91,162); }
td.TdClassName
{
border-color: #E75BA2;
}
.TagClassName
{
border-color: #E75BA2;
}
</style>