Shades of Brilliant Rose #E750A0
Tints of Brilliant Rose #E750A0
RGB
CMYK
RGB Variations
Color information
#E750A0 (or 0xE750A0) is known color: Brilliant Rose. HEX triplet: E7, 50 and A0. RGB value is (231,80,160). Sum of RGB (Red+Green+Blue) = 231+80+160=471 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.04% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 231 - color contains mainly: red. Hex color #E750A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E750A0 is #18AF5F. Grayscale: #868686. Windows color (decimal): -1617760 or 10506471. OLE color: 10506471.
HSL color Cylindrical-coordinate representation of color #E750A0: hue angle of 328.21º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E750A0 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 80 | 160 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.09 |
| HSL | 328.21º | 0.76% | 0.61% | - |
| HSV(B) | 328.21º | 0.65% | 0.91% | - |
| XYZ | 42.17 | 25.26 | 35.91 | - |
| YUV | 134.27 | 142.53 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 80 | 160 | 0 | 0.65 | 0.31 | 0.09 | 328.21 | 0.76 | 0.61 |
| Hex | E7 | 50 | A0 | 0 | 41 | 1F | 9 | 148 | 4C | 3D |
| Octal | 347 | 120 | 240 | 0 | 101 | 37 | 11 | 510 | 114 | 75 |
| Binary | 11100111 | 1010000 | 10100000 | 0 | 1000001 | 11111 | 1001 | 101001000 | 1001100 | 111101 |
Color Harmonies of #E750A0
Complementary color
Monochromatic Colors of #E750A0
Black with #E750A0
Text Example
Text Example
White with #E750A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E750A0; }
p { color: rgb(231,80,160); }
H1.HeaderClassName
{
color: #E750A0;
}
.AnyTagClassName
{
color: #E750A0;
}
</style>
background-color css
<style>
a { background-color: #E750A0; }
a { background-color: rgb(231,80,160); }
div.DivClassName
{
background-color: #E750A0;
}
.BgClassName
{
background-color: #E750A0;
}
</style>
border-color css
<style>
span { border-color: #E750A0; }
span { border-color: rgb(231,80,160); }
td.TdClassName
{
border-color: #E750A0;
}
.TagClassName
{
border-color: #E750A0;
}
</style>