Shades of Brilliant Rose #E949AC
Tints of Brilliant Rose #E949AC
RGB
CMYK
RGB Variations
Color information
#E949AC (or 0xE949AC) is known color: Brilliant Rose. HEX triplet: E9, 49 and AC. RGB value is (233,73,172). Sum of RGB (Red+Green+Blue) = 233+73+172=478 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.74% from 478); Green value is 73 (28.91% from 255 or 15.27% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 233 - color contains mainly: red. Hex color #E949AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E949AC is #16B653. Grayscale: #838383. Windows color (decimal): -1488468 or 11291113. OLE color: 11291113.
HSL color Cylindrical-coordinate representation of color #E949AC: hue angle of 322.88º 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 #E949AC is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 73 | 172 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.09 |
| HSL | 322.88º | 0.78% | 0.6% | - |
| HSV(B) | 322.88º | 0.69% | 0.91% | - |
| XYZ | 43.43 | 25.07 | 41.58 | - |
| YUV | 132.13 | 150.51 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 73 | 172 | 0 | 0.69 | 0.26 | 0.09 | 322.88 | 0.78 | 0.6 |
| Hex | E9 | 49 | AC | 0 | 45 | 1A | 9 | 143 | 4E | 3C |
| Octal | 351 | 111 | 254 | 0 | 105 | 32 | 11 | 503 | 116 | 74 |
| Binary | 11101001 | 1001001 | 10101100 | 0 | 1000101 | 11010 | 1001 | 101000011 | 1001110 | 111100 |
Color Harmonies of #E949AC
Complementary color
Monochromatic Colors of #E949AC
Black with #E949AC
Text Example
Text Example
White with #E949AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E949AC; }
p { color: rgb(233,73,172); }
H1.HeaderClassName
{
color: #E949AC;
}
.AnyTagClassName
{
color: #E949AC;
}
</style>
background-color css
<style>
a { background-color: #E949AC; }
a { background-color: rgb(233,73,172); }
div.DivClassName
{
background-color: #E949AC;
}
.BgClassName
{
background-color: #E949AC;
}
</style>
border-color css
<style>
span { border-color: #E949AC; }
span { border-color: rgb(233,73,172); }
td.TdClassName
{
border-color: #E949AC;
}
.TagClassName
{
border-color: #E949AC;
}
</style>