Shades of Brilliant Rose #E760A1
Tints of Brilliant Rose #E760A1
RGB
CMYK
RGB Variations
Color information
#E760A1 (or 0xE760A1) is known color: Brilliant Rose. HEX triplet: E7, 60 and A1. RGB value is (231,96,161). Sum of RGB (Red+Green+Blue) = 231+96+161=488 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.34% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 231 - color contains mainly: red. Hex color #E760A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E760A1 is #189F5E. Grayscale: #8F8F8F. Windows color (decimal): -1613663 or 10576103. OLE color: 10576103.
HSL color Cylindrical-coordinate representation of color #E760A1: hue angle of 331.11º 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 #E760A1 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 96 | 161 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.09 |
| HSL | 331.11º | 0.74% | 0.64% | - |
| HSV(B) | 331.11º | 0.58% | 0.91% | - |
| XYZ | 43.57 | 27.93 | 36.81 | - |
| YUV | 143.78 | 137.73 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 96 | 161 | 0 | 0.58 | 0.30 | 0.09 | 331.11 | 0.74 | 0.64 |
| Hex | E7 | 60 | A1 | 0 | 3A | 1E | 9 | 14B | 4A | 40 |
| Octal | 347 | 140 | 241 | 0 | 72 | 36 | 11 | 513 | 112 | 100 |
| Binary | 11100111 | 1100000 | 10100001 | 0 | 111010 | 11110 | 1001 | 101001011 | 1001010 | 1000000 |
Color Harmonies of #E760A1
Complementary color
Monochromatic Colors of #E760A1
Black with #E760A1
Text Example
Text Example
White with #E760A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E760A1; }
p { color: rgb(231,96,161); }
H1.HeaderClassName
{
color: #E760A1;
}
.AnyTagClassName
{
color: #E760A1;
}
</style>
background-color css
<style>
a { background-color: #E760A1; }
a { background-color: rgb(231,96,161); }
div.DivClassName
{
background-color: #E760A1;
}
.BgClassName
{
background-color: #E760A1;
}
</style>
border-color css
<style>
span { border-color: #E760A1; }
span { border-color: rgb(231,96,161); }
td.TdClassName
{
border-color: #E760A1;
}
.TagClassName
{
border-color: #E760A1;
}
</style>