Shades of Brilliant Rose #E949A8
Tints of Brilliant Rose #E949A8
RGB
CMYK
RGB Variations
Color information
#E949A8 (or 0xE949A8) is known color: Brilliant Rose. HEX triplet: E9, 49 and A8. RGB value is (233,73,168). Sum of RGB (Red+Green+Blue) = 233+73+168=474 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.16% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 233 - color contains mainly: red. Hex color #E949A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E949A8 is #16B657. Grayscale: #838383. Windows color (decimal): -1488472 or 11028969. OLE color: 11028969.
HSL color Cylindrical-coordinate representation of color #E949A8: hue angle of 324.38º 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 #E949A8 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 73 | 168 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.09 |
| HSL | 324.38º | 0.78% | 0.6% | - |
| HSV(B) | 324.38º | 0.69% | 0.91% | - |
| XYZ | 43.05 | 24.92 | 39.59 | - |
| YUV | 131.67 | 148.51 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 73 | 168 | 0 | 0.69 | 0.28 | 0.09 | 324.38 | 0.78 | 0.6 |
| Hex | E9 | 49 | A8 | 0 | 45 | 1C | 9 | 144 | 4E | 3C |
| Octal | 351 | 111 | 250 | 0 | 105 | 34 | 11 | 504 | 116 | 74 |
| Binary | 11101001 | 1001001 | 10101000 | 0 | 1000101 | 11100 | 1001 | 101000100 | 1001110 | 111100 |
Color Harmonies of #E949A8
Complementary color
Monochromatic Colors of #E949A8
Black with #E949A8
Text Example
Text Example
White with #E949A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E949A8; }
p { color: rgb(233,73,168); }
H1.HeaderClassName
{
color: #E949A8;
}
.AnyTagClassName
{
color: #E949A8;
}
</style>
background-color css
<style>
a { background-color: #E949A8; }
a { background-color: rgb(233,73,168); }
div.DivClassName
{
background-color: #E949A8;
}
.BgClassName
{
background-color: #E949A8;
}
</style>
border-color css
<style>
span { border-color: #E949A8; }
span { border-color: rgb(233,73,168); }
td.TdClassName
{
border-color: #E949A8;
}
.TagClassName
{
border-color: #E949A8;
}
</style>