Shades of Brilliant Rose #E949A0
Tints of Brilliant Rose #E949A0
RGB
CMYK
RGB Variations
Color information
#E949A0 (or 0xE949A0) is known color: Brilliant Rose. HEX triplet: E9, 49 and A0. RGB value is (233,73,160). Sum of RGB (Red+Green+Blue) = 233+73+160=466 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 233 - color contains mainly: red. Hex color #E949A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E949A0 is #16B65F. Grayscale: #828282. Windows color (decimal): -1488480 or 10504681. OLE color: 10504681.
HSL color Cylindrical-coordinate representation of color #E949A0: hue angle of 327.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 #E949A0 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 73 | 160 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.09 |
| HSL | 327.38º | 0.78% | 0.6% | - |
| HSV(B) | 327.38º | 0.69% | 0.91% | - |
| XYZ | 42.33 | 24.63 | 35.78 | - |
| YUV | 130.76 | 144.51 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 73 | 160 | 0 | 0.69 | 0.31 | 0.09 | 327.38 | 0.78 | 0.6 |
| Hex | E9 | 49 | A0 | 0 | 45 | 1F | 9 | 147 | 4E | 3C |
| Octal | 351 | 111 | 240 | 0 | 105 | 37 | 11 | 507 | 116 | 74 |
| Binary | 11101001 | 1001001 | 10100000 | 0 | 1000101 | 11111 | 1001 | 101000111 | 1001110 | 111100 |
Color Harmonies of #E949A0
Complementary color
Monochromatic Colors of #E949A0
Black with #E949A0
Text Example
Text Example
White with #E949A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E949A0; }
p { color: rgb(233,73,160); }
H1.HeaderClassName
{
color: #E949A0;
}
.AnyTagClassName
{
color: #E949A0;
}
</style>
background-color css
<style>
a { background-color: #E949A0; }
a { background-color: rgb(233,73,160); }
div.DivClassName
{
background-color: #E949A0;
}
.BgClassName
{
background-color: #E949A0;
}
</style>
border-color css
<style>
span { border-color: #E949A0; }
span { border-color: rgb(233,73,160); }
td.TdClassName
{
border-color: #E949A0;
}
.TagClassName
{
border-color: #E949A0;
}
</style>