Shades of Brilliant Rose #E849AF
Tints of Brilliant Rose #E849AF
RGB
CMYK
RGB Variations
Color information
#E849AF (or 0xE849AF) is known color: Brilliant Rose. HEX triplet: E8, 49 and AF. RGB value is (232,73,175). Sum of RGB (Red+Green+Blue) = 232+73+175=480 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.33% from 480); Green value is 73 (28.91% from 255 or 15.21% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 232 - color contains mainly: red. Hex color #E849AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E849AF is #17B650. Grayscale: #838383. Windows color (decimal): -1554001 or 11487720. OLE color: 11487720.
HSL color Cylindrical-coordinate representation of color #E849AF: hue angle of 321.51º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E849AF is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 73 | 175 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.09 |
| HSL | 321.51º | 0.78% | 0.6% | - |
| HSV(B) | 321.51º | 0.69% | 0.91% | - |
| XYZ | 43.4 | 25.02 | 43.1 | - |
| YUV | 132.17 | 152.18 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 73 | 175 | 0 | 0.69 | 0.25 | 0.09 | 321.51 | 0.78 | 0.6 |
| Hex | E8 | 49 | AF | 0 | 45 | 19 | 9 | 142 | 4E | 3C |
| Octal | 350 | 111 | 257 | 0 | 105 | 31 | 11 | 502 | 116 | 74 |
| Binary | 11101000 | 1001001 | 10101111 | 0 | 1000101 | 11001 | 1001 | 101000010 | 1001110 | 111100 |
Color Harmonies of #E849AF
Complementary color
Monochromatic Colors of #E849AF
Black with #E849AF
Text Example
Text Example
White with #E849AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E849AF; }
p { color: rgb(232,73,175); }
H1.HeaderClassName
{
color: #E849AF;
}
.AnyTagClassName
{
color: #E849AF;
}
</style>
background-color css
<style>
a { background-color: #E849AF; }
a { background-color: rgb(232,73,175); }
div.DivClassName
{
background-color: #E849AF;
}
.BgClassName
{
background-color: #E849AF;
}
</style>
border-color css
<style>
span { border-color: #E849AF; }
span { border-color: rgb(232,73,175); }
td.TdClassName
{
border-color: #E849AF;
}
.TagClassName
{
border-color: #E849AF;
}
</style>