Shades of Brilliant Rose #E761A8
Tints of Brilliant Rose #E761A8
RGB
CMYK
RGB Variations
Color information
#E761A8 (or 0xE761A8) is known color: Brilliant Rose. HEX triplet: E7, 61 and A8. RGB value is (231,97,168). Sum of RGB (Red+Green+Blue) = 231+97+168=496 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.57% from 496); Green value is 97 (38.28% from 255 or 19.56% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 231 - color contains mainly: red. Hex color #E761A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E761A8 is #189E57. Grayscale: #919191. Windows color (decimal): -1613400 or 11035111. OLE color: 11035111.
HSL color Cylindrical-coordinate representation of color #E761A8: hue angle of 328.21º 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 #E761A8 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 97 | 168 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.09 |
| HSL | 328.21º | 0.74% | 0.64% | - |
| HSV(B) | 328.21º | 0.58% | 0.91% | - |
| XYZ | 44.3 | 28.37 | 40.19 | - |
| YUV | 145.16 | 140.89 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 97 | 168 | 0 | 0.58 | 0.27 | 0.09 | 328.21 | 0.74 | 0.64 |
| Hex | E7 | 61 | A8 | 0 | 3A | 1B | 9 | 148 | 4A | 40 |
| Octal | 347 | 141 | 250 | 0 | 72 | 33 | 11 | 510 | 112 | 100 |
| Binary | 11100111 | 1100001 | 10101000 | 0 | 111010 | 11011 | 1001 | 101001000 | 1001010 | 1000000 |
Color Harmonies of #E761A8
Complementary color
Monochromatic Colors of #E761A8
Black with #E761A8
Text Example
Text Example
White with #E761A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E761A8; }
p { color: rgb(231,97,168); }
H1.HeaderClassName
{
color: #E761A8;
}
.AnyTagClassName
{
color: #E761A8;
}
</style>
background-color css
<style>
a { background-color: #E761A8; }
a { background-color: rgb(231,97,168); }
div.DivClassName
{
background-color: #E761A8;
}
.BgClassName
{
background-color: #E761A8;
}
</style>
border-color css
<style>
span { border-color: #E761A8; }
span { border-color: rgb(231,97,168); }
td.TdClassName
{
border-color: #E761A8;
}
.TagClassName
{
border-color: #E761A8;
}
</style>