Shades of Brilliant Rose #E757AA
Tints of Brilliant Rose #E757AA
RGB
CMYK
RGB Variations
Color information
#E757AA (or 0xE757AA) is known color: Brilliant Rose. HEX triplet: E7, 57 and AA. RGB value is (231,87,170). Sum of RGB (Red+Green+Blue) = 231+87+170=488 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.34% from 488); Green value is 87 (34.38% from 255 or 17.83% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 231 - color contains mainly: red. Hex color #E757AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E757AA is #18A855. Grayscale: #8B8B8B. Windows color (decimal): -1615958 or 11163623. OLE color: 11163623.
HSL color Cylindrical-coordinate representation of color #E757AA: hue angle of 325.42º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E757AA is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 87 | 170 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.09 |
| HSL | 325.42º | 0.75% | 0.62% | - |
| HSV(B) | 325.42º | 0.62% | 0.91% | - |
| XYZ | 43.62 | 26.71 | 40.89 | - |
| YUV | 139.52 | 145.21 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 87 | 170 | 0 | 0.62 | 0.26 | 0.09 | 325.42 | 0.75 | 0.62 |
| Hex | E7 | 57 | AA | 0 | 3E | 1A | 9 | 145 | 4B | 3E |
| Octal | 347 | 127 | 252 | 0 | 76 | 32 | 11 | 505 | 113 | 76 |
| Binary | 11100111 | 1010111 | 10101010 | 0 | 111110 | 11010 | 1001 | 101000101 | 1001011 | 111110 |
Color Harmonies of #E757AA
Complementary color
Monochromatic Colors of #E757AA
Black with #E757AA
Text Example
Text Example
White with #E757AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E757AA; }
p { color: rgb(231,87,170); }
H1.HeaderClassName
{
color: #E757AA;
}
.AnyTagClassName
{
color: #E757AA;
}
</style>
background-color css
<style>
a { background-color: #E757AA; }
a { background-color: rgb(231,87,170); }
div.DivClassName
{
background-color: #E757AA;
}
.BgClassName
{
background-color: #E757AA;
}
</style>
border-color css
<style>
span { border-color: #E757AA; }
span { border-color: rgb(231,87,170); }
td.TdClassName
{
border-color: #E757AA;
}
.TagClassName
{
border-color: #E757AA;
}
</style>