Shades of Brilliant Rose #E948B5
Tints of Brilliant Rose #E948B5
RGB
CMYK
RGB Variations
Color information
#E948B5 (or 0xE948B5) is known color: Brilliant Rose. HEX triplet: E9, 48 and B5. RGB value is (233,72,181). Sum of RGB (Red+Green+Blue) = 233+72+181=486 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.94% from 486); Green value is 72 (28.52% from 255 or 14.81% from 486); Blue value is 181 (71.09% from 255 or 37.24% from 486); Max value from RGB is 233 - color contains mainly: red. Hex color #E948B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E948B5 is #16B74A. Grayscale: #848484. Windows color (decimal): -1488715 or 11880681. OLE color: 11880681.
HSL color Cylindrical-coordinate representation of color #E948B5: hue angle of 319.38º 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 #E948B5 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 72 | 181 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.09 |
| HSL | 319.38º | 0.79% | 0.6% | - |
| HSV(B) | 319.38º | 0.69% | 0.91% | - |
| XYZ | 44.26 | 25.29 | 46.27 | - |
| YUV | 132.57 | 155.34 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 72 | 181 | 0 | 0.69 | 0.22 | 0.09 | 319.38 | 0.79 | 0.6 |
| Hex | E9 | 48 | B5 | 0 | 45 | 16 | 9 | 13F | 4F | 3C |
| Octal | 351 | 110 | 265 | 0 | 105 | 26 | 11 | 477 | 117 | 74 |
| Binary | 11101001 | 1001000 | 10110101 | 0 | 1000101 | 10110 | 1001 | 100111111 | 1001111 | 111100 |
Color Harmonies of #E948B5
Complementary color
Monochromatic Colors of #E948B5
Black with #E948B5
Text Example
Text Example
White with #E948B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E948B5; }
p { color: rgb(233,72,181); }
H1.HeaderClassName
{
color: #E948B5;
}
.AnyTagClassName
{
color: #E948B5;
}
</style>
background-color css
<style>
a { background-color: #E948B5; }
a { background-color: rgb(233,72,181); }
div.DivClassName
{
background-color: #E948B5;
}
.BgClassName
{
background-color: #E948B5;
}
</style>
border-color css
<style>
span { border-color: #E948B5; }
span { border-color: rgb(233,72,181); }
td.TdClassName
{
border-color: #E948B5;
}
.TagClassName
{
border-color: #E948B5;
}
</style>