Shades of Brilliant Rose #E752A0
Tints of Brilliant Rose #E752A0
RGB
CMYK
RGB Variations
Color information
#E752A0 (or 0xE752A0) is known color: Brilliant Rose. HEX triplet: E7, 52 and A0. RGB value is (231,82,160). Sum of RGB (Red+Green+Blue) = 231+82+160=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 231 - color contains mainly: red. Hex color #E752A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E752A0 is #18AD5F. Grayscale: #878787. Windows color (decimal): -1617248 or 10506983. OLE color: 10506983.
HSL color Cylindrical-coordinate representation of color #E752A0: hue angle of 328.59º 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 #E752A0 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 82 | 160 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.09 |
| HSL | 328.59º | 0.76% | 0.61% | - |
| HSV(B) | 328.59º | 0.65% | 0.91% | - |
| XYZ | 42.32 | 25.56 | 35.96 | - |
| YUV | 135.44 | 141.86 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 82 | 160 | 0 | 0.65 | 0.31 | 0.09 | 328.59 | 0.76 | 0.61 |
| Hex | E7 | 52 | A0 | 0 | 41 | 1F | 9 | 149 | 4C | 3D |
| Octal | 347 | 122 | 240 | 0 | 101 | 37 | 11 | 511 | 114 | 75 |
| Binary | 11100111 | 1010010 | 10100000 | 0 | 1000001 | 11111 | 1001 | 101001001 | 1001100 | 111101 |
Color Harmonies of #E752A0
Complementary color
Monochromatic Colors of #E752A0
Black with #E752A0
Text Example
Text Example
White with #E752A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E752A0; }
p { color: rgb(231,82,160); }
H1.HeaderClassName
{
color: #E752A0;
}
.AnyTagClassName
{
color: #E752A0;
}
</style>
background-color css
<style>
a { background-color: #E752A0; }
a { background-color: rgb(231,82,160); }
div.DivClassName
{
background-color: #E752A0;
}
.BgClassName
{
background-color: #E752A0;
}
</style>
border-color css
<style>
span { border-color: #E752A0; }
span { border-color: rgb(231,82,160); }
td.TdClassName
{
border-color: #E752A0;
}
.TagClassName
{
border-color: #E752A0;
}
</style>