Shades of Brilliant Rose #E760A7
Tints of Brilliant Rose #E760A7
RGB
CMYK
RGB Variations
Color information
#E760A7 (or 0xE760A7) is known color: Brilliant Rose. HEX triplet: E7, 60 and A7. RGB value is (231,96,167). Sum of RGB (Red+Green+Blue) = 231+96+167=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 96 (37.89% from 255 or 19.43% from 494); Blue value is 167 (65.62% from 255 or 33.81% from 494); Max value from RGB is 231 - color contains mainly: red. Hex color #E760A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E760A7 is #189F58. Grayscale: #909090. Windows color (decimal): -1613657 or 10969319. OLE color: 10969319.
HSL color Cylindrical-coordinate representation of color #E760A7: hue angle of 328.44º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E760A7 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 96 | 167 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.09 |
| HSL | 328.44º | 0.74% | 0.64% | - |
| HSV(B) | 328.44º | 0.58% | 0.91% | - |
| XYZ | 44.11 | 28.14 | 39.67 | - |
| YUV | 144.46 | 140.73 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 96 | 167 | 0 | 0.58 | 0.28 | 0.09 | 328.44 | 0.74 | 0.64 |
| Hex | E7 | 60 | A7 | 0 | 3A | 1C | 9 | 148 | 4A | 40 |
| Octal | 347 | 140 | 247 | 0 | 72 | 34 | 11 | 510 | 112 | 100 |
| Binary | 11100111 | 1100000 | 10100111 | 0 | 111010 | 11100 | 1001 | 101001000 | 1001010 | 1000000 |
Color Harmonies of #E760A7
Complementary color
Monochromatic Colors of #E760A7
Black with #E760A7
Text Example
Text Example
White with #E760A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E760A7; }
p { color: rgb(231,96,167); }
H1.HeaderClassName
{
color: #E760A7;
}
.AnyTagClassName
{
color: #E760A7;
}
</style>
background-color css
<style>
a { background-color: #E760A7; }
a { background-color: rgb(231,96,167); }
div.DivClassName
{
background-color: #E760A7;
}
.BgClassName
{
background-color: #E760A7;
}
</style>
border-color css
<style>
span { border-color: #E760A7; }
span { border-color: rgb(231,96,167); }
td.TdClassName
{
border-color: #E760A7;
}
.TagClassName
{
border-color: #E760A7;
}
</style>