Shades of Brilliant Rose #E949AF
Tints of Brilliant Rose #E949AF
RGB
CMYK
RGB Variations
Color information
#E949AF (or 0xE949AF) is known color: Brilliant Rose. HEX triplet: E9, 49 and AF. RGB value is (233,73,175). Sum of RGB (Red+Green+Blue) = 233+73+175=481 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.44% from 481); Green value is 73 (28.91% from 255 or 15.18% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 233 - color contains mainly: red. Hex color #E949AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E949AF is #16B650. Grayscale: #848484. Windows color (decimal): -1488465 or 11487721. OLE color: 11487721.
HSL color Cylindrical-coordinate representation of color #E949AF: hue angle of 321.75º 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 #E949AF is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 73 | 175 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.09 |
| HSL | 321.75º | 0.78% | 0.6% | - |
| HSV(B) | 321.75º | 0.69% | 0.91% | - |
| XYZ | 43.72 | 25.18 | 43.11 | - |
| YUV | 132.47 | 152.01 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 73 | 175 | 0 | 0.69 | 0.25 | 0.09 | 321.75 | 0.78 | 0.6 |
| Hex | E9 | 49 | AF | 0 | 45 | 19 | 9 | 142 | 4E | 3C |
| Octal | 351 | 111 | 257 | 0 | 105 | 31 | 11 | 502 | 116 | 74 |
| Binary | 11101001 | 1001001 | 10101111 | 0 | 1000101 | 11001 | 1001 | 101000010 | 1001110 | 111100 |
Color Harmonies of #E949AF
Complementary color
Monochromatic Colors of #E949AF
Black with #E949AF
Text Example
Text Example
White with #E949AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E949AF; }
p { color: rgb(233,73,175); }
H1.HeaderClassName
{
color: #E949AF;
}
.AnyTagClassName
{
color: #E949AF;
}
</style>
background-color css
<style>
a { background-color: #E949AF; }
a { background-color: rgb(233,73,175); }
div.DivClassName
{
background-color: #E949AF;
}
.BgClassName
{
background-color: #E949AF;
}
</style>
border-color css
<style>
span { border-color: #E949AF; }
span { border-color: rgb(233,73,175); }
td.TdClassName
{
border-color: #E949AF;
}
.TagClassName
{
border-color: #E949AF;
}
</style>