Shades of Brilliant Rose #E749AD
Tints of Brilliant Rose #E749AD
RGB
CMYK
RGB Variations
Color information
#E749AD (or 0xE749AD) is known color: Brilliant Rose. HEX triplet: E7, 49 and AD. RGB value is (231,73,173). Sum of RGB (Red+Green+Blue) = 231+73+173=477 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.43% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 231 - color contains mainly: red. Hex color #E749AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E749AD is #18B652. Grayscale: #838383. Windows color (decimal): -1619539 or 11356647. OLE color: 11356647.
HSL color Cylindrical-coordinate representation of color #E749AD: hue angle of 322.03º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E749AD is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 73 | 173 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.09 |
| HSL | 322.03º | 0.77% | 0.6% | - |
| HSV(B) | 322.03º | 0.68% | 0.91% | - |
| XYZ | 42.88 | 24.77 | 42.06 | - |
| YUV | 131.64 | 151.35 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 73 | 173 | 0 | 0.68 | 0.25 | 0.09 | 322.03 | 0.77 | 0.6 |
| Hex | E7 | 49 | AD | 0 | 44 | 19 | 9 | 142 | 4D | 3C |
| Octal | 347 | 111 | 255 | 0 | 104 | 31 | 11 | 502 | 115 | 74 |
| Binary | 11100111 | 1001001 | 10101101 | 0 | 1000100 | 11001 | 1001 | 101000010 | 1001101 | 111100 |
Color Harmonies of #E749AD
Complementary color
Monochromatic Colors of #E749AD
Black with #E749AD
Text Example
Text Example
White with #E749AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E749AD; }
p { color: rgb(231,73,173); }
H1.HeaderClassName
{
color: #E749AD;
}
.AnyTagClassName
{
color: #E749AD;
}
</style>
background-color css
<style>
a { background-color: #E749AD; }
a { background-color: rgb(231,73,173); }
div.DivClassName
{
background-color: #E749AD;
}
.BgClassName
{
background-color: #E749AD;
}
</style>
border-color css
<style>
span { border-color: #E749AD; }
span { border-color: rgb(231,73,173); }
td.TdClassName
{
border-color: #E749AD;
}
.TagClassName
{
border-color: #E749AD;
}
</style>