Shades of Brilliant Rose #E957AD
Tints of Brilliant Rose #E957AD
RGB
CMYK
RGB Variations
Color information
#E957AD (or 0xE957AD) is known color: Brilliant Rose. HEX triplet: E9, 57 and AD. RGB value is (233,87,173). Sum of RGB (Red+Green+Blue) = 233+87+173=493 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.26% from 493); Green value is 87 (34.38% from 255 or 17.65% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 233 - color contains mainly: red. Hex color #E957AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E957AD is #16A852. Grayscale: #8C8C8C. Windows color (decimal): -1484883 or 11360233. OLE color: 11360233.
HSL color Cylindrical-coordinate representation of color #E957AD: hue angle of 324.66º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E957AD is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 87 | 173 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.09 |
| HSL | 324.66º | 0.77% | 0.63% | - |
| HSV(B) | 324.66º | 0.63% | 0.91% | - |
| XYZ | 44.56 | 27.16 | 42.43 | - |
| YUV | 140.46 | 146.37 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 87 | 173 | 0 | 0.63 | 0.26 | 0.09 | 324.66 | 0.77 | 0.63 |
| Hex | E9 | 57 | AD | 0 | 3F | 1A | 9 | 145 | 4D | 3F |
| Octal | 351 | 127 | 255 | 0 | 77 | 32 | 11 | 505 | 115 | 77 |
| Binary | 11101001 | 1010111 | 10101101 | 0 | 111111 | 11010 | 1001 | 101000101 | 1001101 | 111111 |
Color Harmonies of #E957AD
Complementary color
Monochromatic Colors of #E957AD
Black with #E957AD
Text Example
Text Example
White with #E957AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E957AD; }
p { color: rgb(233,87,173); }
H1.HeaderClassName
{
color: #E957AD;
}
.AnyTagClassName
{
color: #E957AD;
}
</style>
background-color css
<style>
a { background-color: #E957AD; }
a { background-color: rgb(233,87,173); }
div.DivClassName
{
background-color: #E957AD;
}
.BgClassName
{
background-color: #E957AD;
}
</style>
border-color css
<style>
span { border-color: #E957AD; }
span { border-color: rgb(233,87,173); }
td.TdClassName
{
border-color: #E957AD;
}
.TagClassName
{
border-color: #E957AD;
}
</style>