Shades of Brilliant Rose #E752A2
Tints of Brilliant Rose #E752A2
RGB
CMYK
RGB Variations
Color information
#E752A2 (or 0xE752A2) is known color: Brilliant Rose. HEX triplet: E7, 52 and A2. RGB value is (231,82,162). Sum of RGB (Red+Green+Blue) = 231+82+162=475 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.63% from 475); Green value is 82 (32.42% from 255 or 17.26% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 231 - color contains mainly: red. Hex color #E752A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E752A2 is #18AD5D. Grayscale: #878787. Windows color (decimal): -1617246 or 10638055. OLE color: 10638055.
HSL color Cylindrical-coordinate representation of color #E752A2: hue angle of 327.79º 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 #E752A2 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 82 | 162 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.09 |
| HSL | 327.79º | 0.76% | 0.61% | - |
| HSV(B) | 327.79º | 0.65% | 0.91% | - |
| XYZ | 42.49 | 25.63 | 36.89 | - |
| YUV | 135.67 | 142.86 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 82 | 162 | 0 | 0.65 | 0.30 | 0.09 | 327.79 | 0.76 | 0.61 |
| Hex | E7 | 52 | A2 | 0 | 41 | 1E | 9 | 148 | 4C | 3D |
| Octal | 347 | 122 | 242 | 0 | 101 | 36 | 11 | 510 | 114 | 75 |
| Binary | 11100111 | 1010010 | 10100010 | 0 | 1000001 | 11110 | 1001 | 101001000 | 1001100 | 111101 |
Color Harmonies of #E752A2
Complementary color
Monochromatic Colors of #E752A2
Black with #E752A2
Text Example
Text Example
White with #E752A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E752A2; }
p { color: rgb(231,82,162); }
H1.HeaderClassName
{
color: #E752A2;
}
.AnyTagClassName
{
color: #E752A2;
}
</style>
background-color css
<style>
a { background-color: #E752A2; }
a { background-color: rgb(231,82,162); }
div.DivClassName
{
background-color: #E752A2;
}
.BgClassName
{
background-color: #E752A2;
}
</style>
border-color css
<style>
span { border-color: #E752A2; }
span { border-color: rgb(231,82,162); }
td.TdClassName
{
border-color: #E752A2;
}
.TagClassName
{
border-color: #E752A2;
}
</style>