Shades of Brilliant Rose #E949B6
Tints of Brilliant Rose #E949B6
RGB
CMYK
RGB Variations
Color information
#E949B6 (or 0xE949B6) is known color: Brilliant Rose. HEX triplet: E9, 49 and B6. RGB value is (233,73,182). Sum of RGB (Red+Green+Blue) = 233+73+182=488 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.75% from 488); Green value is 73 (28.91% from 255 or 14.96% from 488); Blue value is 182 (71.48% from 255 or 37.30% from 488); Max value from RGB is 233 - color contains mainly: red. Hex color #E949B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E949B6 is #16B649. Grayscale: #848484. Windows color (decimal): -1488458 or 11946473. OLE color: 11946473.
HSL color Cylindrical-coordinate representation of color #E949B6: hue angle of 319.12º 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 #E949B6 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 73 | 182 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.09 |
| HSL | 319.13º | 0.78% | 0.6% | - |
| HSV(B) | 319.13º | 0.69% | 0.91% | - |
| XYZ | 44.43 | 25.47 | 46.83 | - |
| YUV | 133.27 | 155.51 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 73 | 182 | 0 | 0.69 | 0.22 | 0.09 | 319.13 | 0.78 | 0.6 |
| Hex | E9 | 49 | B6 | 0 | 45 | 16 | 9 | 13F | 4E | 3C |
| Octal | 351 | 111 | 266 | 0 | 105 | 26 | 11 | 477 | 116 | 74 |
| Binary | 11101001 | 1001001 | 10110110 | 0 | 1000101 | 10110 | 1001 | 100111111 | 1001110 | 111100 |
Color Harmonies of #E949B6
Complementary color
Monochromatic Colors of #E949B6
Black with #E949B6
Text Example
Text Example
White with #E949B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E949B6; }
p { color: rgb(233,73,182); }
H1.HeaderClassName
{
color: #E949B6;
}
.AnyTagClassName
{
color: #E949B6;
}
</style>
background-color css
<style>
a { background-color: #E949B6; }
a { background-color: rgb(233,73,182); }
div.DivClassName
{
background-color: #E949B6;
}
.BgClassName
{
background-color: #E949B6;
}
</style>
border-color css
<style>
span { border-color: #E949B6; }
span { border-color: rgb(233,73,182); }
td.TdClassName
{
border-color: #E949B6;
}
.TagClassName
{
border-color: #E949B6;
}
</style>