Shades of Brilliant Rose #E949A5
Tints of Brilliant Rose #E949A5
RGB
CMYK
RGB Variations
Color information
#E949A5 (or 0xE949A5) is known color: Brilliant Rose. HEX triplet: E9, 49 and A5. RGB value is (233,73,165). Sum of RGB (Red+Green+Blue) = 233+73+165=471 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.47% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 165 (64.84% from 255 or 35.03% from 471); Max value from RGB is 233 - color contains mainly: red. Hex color #E949A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E949A5 is #16B65A. Grayscale: #838383. Windows color (decimal): -1488475 or 10832361. OLE color: 10832361.
HSL color Cylindrical-coordinate representation of color #E949A5: hue angle of 325.5º 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 #E949A5 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 73 | 165 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.09 |
| HSL | 325.5º | 0.78% | 0.6% | - |
| HSV(B) | 325.5º | 0.69% | 0.91% | - |
| XYZ | 42.78 | 24.81 | 38.13 | - |
| YUV | 131.33 | 147.01 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 73 | 165 | 0 | 0.69 | 0.29 | 0.09 | 325.5 | 0.78 | 0.6 |
| Hex | E9 | 49 | A5 | 0 | 45 | 1D | 9 | 146 | 4E | 3C |
| Octal | 351 | 111 | 245 | 0 | 105 | 35 | 11 | 506 | 116 | 74 |
| Binary | 11101001 | 1001001 | 10100101 | 0 | 1000101 | 11101 | 1001 | 101000110 | 1001110 | 111100 |
Color Harmonies of #E949A5
Complementary color
Monochromatic Colors of #E949A5
Black with #E949A5
Text Example
Text Example
White with #E949A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E949A5; }
p { color: rgb(233,73,165); }
H1.HeaderClassName
{
color: #E949A5;
}
.AnyTagClassName
{
color: #E949A5;
}
</style>
background-color css
<style>
a { background-color: #E949A5; }
a { background-color: rgb(233,73,165); }
div.DivClassName
{
background-color: #E949A5;
}
.BgClassName
{
background-color: #E949A5;
}
</style>
border-color css
<style>
span { border-color: #E949A5; }
span { border-color: rgb(233,73,165); }
td.TdClassName
{
border-color: #E949A5;
}
.TagClassName
{
border-color: #E949A5;
}
</style>