Shades of Brilliant Rose #E754AA
Tints of Brilliant Rose #E754AA
RGB
CMYK
RGB Variations
Color information
#E754AA (or 0xE754AA) is known color: Brilliant Rose. HEX triplet: E7, 54 and AA. RGB value is (231,84,170). Sum of RGB (Red+Green+Blue) = 231+84+170=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 84 (33.20% from 255 or 17.32% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 231 - color contains mainly: red. Hex color #E754AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E754AA is #18AB55. Grayscale: #898989. Windows color (decimal): -1616726 or 11162855. OLE color: 11162855.
HSL color Cylindrical-coordinate representation of color #E754AA: hue angle of 324.9º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E754AA is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 84 | 170 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.09 |
| HSL | 324.9º | 0.75% | 0.62% | - |
| HSV(B) | 324.9º | 0.64% | 0.91% | - |
| XYZ | 43.38 | 26.23 | 40.81 | - |
| YUV | 137.76 | 146.2 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 84 | 170 | 0 | 0.64 | 0.26 | 0.09 | 324.9 | 0.75 | 0.62 |
| Hex | E7 | 54 | AA | 0 | 40 | 1A | 9 | 145 | 4B | 3E |
| Octal | 347 | 124 | 252 | 0 | 100 | 32 | 11 | 505 | 113 | 76 |
| Binary | 11100111 | 1010100 | 10101010 | 0 | 1000000 | 11010 | 1001 | 101000101 | 1001011 | 111110 |
Color Harmonies of #E754AA
Complementary color
Monochromatic Colors of #E754AA
Black with #E754AA
Text Example
Text Example
White with #E754AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E754AA; }
p { color: rgb(231,84,170); }
H1.HeaderClassName
{
color: #E754AA;
}
.AnyTagClassName
{
color: #E754AA;
}
</style>
background-color css
<style>
a { background-color: #E754AA; }
a { background-color: rgb(231,84,170); }
div.DivClassName
{
background-color: #E754AA;
}
.BgClassName
{
background-color: #E754AA;
}
</style>
border-color css
<style>
span { border-color: #E754AA; }
span { border-color: rgb(231,84,170); }
td.TdClassName
{
border-color: #E754AA;
}
.TagClassName
{
border-color: #E754AA;
}
</style>