Shades of Brilliant Rose #E057AD
Tints of Brilliant Rose #E057AD
RGB
CMYK
RGB Variations
Color information
#E057AD (or 0xE057AD) is known color: Brilliant Rose. HEX triplet: E0, 57 and AD. RGB value is (224,87,173). Sum of RGB (Red+Green+Blue) = 224+87+173=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 87 (34.38% from 255 or 17.98% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E057AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E057AD is #1FA852. Grayscale: #898989. Windows color (decimal): -2074707 or 11360224. OLE color: 11360224.
HSL color Cylindrical-coordinate representation of color #E057AD: hue angle of 322.34º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E057AD is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 87 | 173 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.12 |
| HSL | 322.34º | 0.69% | 0.61% | - |
| HSV(B) | 322.34º | 0.61% | 0.88% | - |
| XYZ | 41.69 | 25.68 | 42.29 | - |
| YUV | 137.77 | 147.89 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 87 | 173 | 0 | 0.61 | 0.23 | 0.12 | 322.34 | 0.69 | 0.61 |
| Hex | E0 | 57 | AD | 0 | 3D | 17 | C | 142 | 45 | 3D |
| Octal | 340 | 127 | 255 | 0 | 75 | 27 | 14 | 502 | 105 | 75 |
| Binary | 11100000 | 1010111 | 10101101 | 0 | 111101 | 10111 | 1100 | 101000010 | 1000101 | 111101 |
Color Harmonies of #E057AD
Complementary color
Monochromatic Colors of #E057AD
Black with #E057AD
Text Example
Text Example
White with #E057AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E057AD; }
p { color: rgb(224,87,173); }
H1.HeaderClassName
{
color: #E057AD;
}
.AnyTagClassName
{
color: #E057AD;
}
</style>
background-color css
<style>
a { background-color: #E057AD; }
a { background-color: rgb(224,87,173); }
div.DivClassName
{
background-color: #E057AD;
}
.BgClassName
{
background-color: #E057AD;
}
</style>
border-color css
<style>
span { border-color: #E057AD; }
span { border-color: rgb(224,87,173); }
td.TdClassName
{
border-color: #E057AD;
}
.TagClassName
{
border-color: #E057AD;
}
</style>