Shades of Brilliant Rose #E948A6
Tints of Brilliant Rose #E948A6
RGB
CMYK
RGB Variations
Color information
#E948A6 (or 0xE948A6) is known color: Brilliant Rose. HEX triplet: E9, 48 and A6. RGB value is (233,72,166). Sum of RGB (Red+Green+Blue) = 233+72+166=471 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.47% from 471); Green value is 72 (28.52% from 255 or 15.29% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 233 - color contains mainly: red. Hex color #E948A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E948A6 is #16B759. Grayscale: #828282. Windows color (decimal): -1488730 or 10897641. OLE color: 10897641.
HSL color Cylindrical-coordinate representation of color #E948A6: hue angle of 324.97º degrees, saturation: 0.79, 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 #E948A6 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 72 | 166 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.09 |
| HSL | 324.97º | 0.79% | 0.6% | - |
| HSV(B) | 324.97º | 0.69% | 0.91% | - |
| XYZ | 42.8 | 24.71 | 38.59 | - |
| YUV | 130.86 | 147.84 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 72 | 166 | 0 | 0.69 | 0.29 | 0.09 | 324.97 | 0.79 | 0.6 |
| Hex | E9 | 48 | A6 | 0 | 45 | 1D | 9 | 145 | 4F | 3C |
| Octal | 351 | 110 | 246 | 0 | 105 | 35 | 11 | 505 | 117 | 74 |
| Binary | 11101001 | 1001000 | 10100110 | 0 | 1000101 | 11101 | 1001 | 101000101 | 1001111 | 111100 |
Color Harmonies of #E948A6
Complementary color
Monochromatic Colors of #E948A6
Black with #E948A6
Text Example
Text Example
White with #E948A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E948A6; }
p { color: rgb(233,72,166); }
H1.HeaderClassName
{
color: #E948A6;
}
.AnyTagClassName
{
color: #E948A6;
}
</style>
background-color css
<style>
a { background-color: #E948A6; }
a { background-color: rgb(233,72,166); }
div.DivClassName
{
background-color: #E948A6;
}
.BgClassName
{
background-color: #E948A6;
}
</style>
border-color css
<style>
span { border-color: #E948A6; }
span { border-color: rgb(233,72,166); }
td.TdClassName
{
border-color: #E948A6;
}
.TagClassName
{
border-color: #E948A6;
}
</style>