Shades of Brilliant Rose #E757AF
Tints of Brilliant Rose #E757AF
RGB
CMYK
RGB Variations
Color information
#E757AF (or 0xE757AF) is known color: Brilliant Rose. HEX triplet: E7, 57 and AF. RGB value is (231,87,175). Sum of RGB (Red+Green+Blue) = 231+87+175=493 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.86% from 493); Green value is 87 (34.38% from 255 or 17.65% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 231 - color contains mainly: red. Hex color #E757AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E757AF is #18A850. Grayscale: #8B8B8B. Windows color (decimal): -1615953 or 11491303. OLE color: 11491303.
HSL color Cylindrical-coordinate representation of color #E757AF: hue angle of 323.33º 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 #E757AF is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 87 | 175 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.09 |
| HSL | 323.33º | 0.75% | 0.62% | - |
| HSV(B) | 323.33º | 0.62% | 0.91% | - |
| XYZ | 44.1 | 26.9 | 43.43 | - |
| YUV | 140.09 | 147.71 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 87 | 175 | 0 | 0.62 | 0.24 | 0.09 | 323.33 | 0.75 | 0.62 |
| Hex | E7 | 57 | AF | 0 | 3E | 18 | 9 | 143 | 4B | 3E |
| Octal | 347 | 127 | 257 | 0 | 76 | 30 | 11 | 503 | 113 | 76 |
| Binary | 11100111 | 1010111 | 10101111 | 0 | 111110 | 11000 | 1001 | 101000011 | 1001011 | 111110 |
Color Harmonies of #E757AF
Complementary color
Monochromatic Colors of #E757AF
Black with #E757AF
Text Example
Text Example
White with #E757AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E757AF; }
p { color: rgb(231,87,175); }
H1.HeaderClassName
{
color: #E757AF;
}
.AnyTagClassName
{
color: #E757AF;
}
</style>
background-color css
<style>
a { background-color: #E757AF; }
a { background-color: rgb(231,87,175); }
div.DivClassName
{
background-color: #E757AF;
}
.BgClassName
{
background-color: #E757AF;
}
</style>
border-color css
<style>
span { border-color: #E757AF; }
span { border-color: rgb(231,87,175); }
td.TdClassName
{
border-color: #E757AF;
}
.TagClassName
{
border-color: #E757AF;
}
</style>