Shades of Brilliant Rose #E948A3
Tints of Brilliant Rose #E948A3
RGB
CMYK
RGB Variations
Color information
#E948A3 (or 0xE948A3) is known color: Brilliant Rose. HEX triplet: E9, 48 and A3. RGB value is (233,72,163). Sum of RGB (Red+Green+Blue) = 233+72+163=468 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.79% from 468); Green value is 72 (28.52% from 255 or 15.38% from 468); Blue value is 163 (64.06% from 255 or 34.83% from 468); Max value from RGB is 233 - color contains mainly: red. Hex color #E948A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E948A3 is #16B75C. Grayscale: #828282. Windows color (decimal): -1488733 or 10701033. OLE color: 10701033.
HSL color Cylindrical-coordinate representation of color #E948A3: hue angle of 326.09º 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 #E948A3 is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 72 | 163 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.09 |
| HSL | 326.09º | 0.79% | 0.6% | - |
| HSV(B) | 326.09º | 0.69% | 0.91% | - |
| XYZ | 42.53 | 24.6 | 37.16 | - |
| YUV | 130.51 | 146.34 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 72 | 163 | 0 | 0.69 | 0.30 | 0.09 | 326.09 | 0.79 | 0.6 |
| Hex | E9 | 48 | A3 | 0 | 45 | 1E | 9 | 146 | 4F | 3C |
| Octal | 351 | 110 | 243 | 0 | 105 | 36 | 11 | 506 | 117 | 74 |
| Binary | 11101001 | 1001000 | 10100011 | 0 | 1000101 | 11110 | 1001 | 101000110 | 1001111 | 111100 |
Color Harmonies of #E948A3
Complementary color
Monochromatic Colors of #E948A3
Black with #E948A3
Text Example
Text Example
White with #E948A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E948A3; }
p { color: rgb(233,72,163); }
H1.HeaderClassName
{
color: #E948A3;
}
.AnyTagClassName
{
color: #E948A3;
}
</style>
background-color css
<style>
a { background-color: #E948A3; }
a { background-color: rgb(233,72,163); }
div.DivClassName
{
background-color: #E948A3;
}
.BgClassName
{
background-color: #E948A3;
}
</style>
border-color css
<style>
span { border-color: #E948A3; }
span { border-color: rgb(233,72,163); }
td.TdClassName
{
border-color: #E948A3;
}
.TagClassName
{
border-color: #E948A3;
}
</style>