Shades of Brilliant Rose #E757AD
Tints of Brilliant Rose #E757AD
RGB
CMYK
RGB Variations
Color information
#E757AD (or 0xE757AD) is known color: Brilliant Rose. HEX triplet: E7, 57 and AD. RGB value is (231,87,173). Sum of RGB (Red+Green+Blue) = 231+87+173=491 (65% of max value = 765). Red value is 231 (90.62% from 255 or 47.05% from 491); Green value is 87 (34.38% from 255 or 17.72% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 231 - color contains mainly: red. Hex color #E757AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E757AD is #18A852. Grayscale: #8B8B8B. Windows color (decimal): -1615955 or 11360231. OLE color: 11360231.
HSL color Cylindrical-coordinate representation of color #E757AD: hue angle of 324.17º 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 #E757AD is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 87 | 173 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.09 |
| HSL | 324.17º | 0.75% | 0.62% | - |
| HSV(B) | 324.17º | 0.62% | 0.91% | - |
| XYZ | 43.91 | 26.82 | 42.4 | - |
| YUV | 139.86 | 146.71 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 87 | 173 | 0 | 0.62 | 0.25 | 0.09 | 324.17 | 0.75 | 0.62 |
| Hex | E7 | 57 | AD | 0 | 3E | 19 | 9 | 144 | 4B | 3E |
| Octal | 347 | 127 | 255 | 0 | 76 | 31 | 11 | 504 | 113 | 76 |
| Binary | 11100111 | 1010111 | 10101101 | 0 | 111110 | 11001 | 1001 | 101000100 | 1001011 | 111110 |
Color Harmonies of #E757AD
Complementary color
Monochromatic Colors of #E757AD
Black with #E757AD
Text Example
Text Example
White with #E757AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E757AD; }
p { color: rgb(231,87,173); }
H1.HeaderClassName
{
color: #E757AD;
}
.AnyTagClassName
{
color: #E757AD;
}
</style>
background-color css
<style>
a { background-color: #E757AD; }
a { background-color: rgb(231,87,173); }
div.DivClassName
{
background-color: #E757AD;
}
.BgClassName
{
background-color: #E757AD;
}
</style>
border-color css
<style>
span { border-color: #E757AD; }
span { border-color: rgb(231,87,173); }
td.TdClassName
{
border-color: #E757AD;
}
.TagClassName
{
border-color: #E757AD;
}
</style>