Shades of Brilliant Rose #E950B8
Tints of Brilliant Rose #E950B8
RGB
CMYK
RGB Variations
Color information
#E950B8 (or 0xE950B8) is known color: Brilliant Rose. HEX triplet: E9, 50 and B8. RGB value is (233,80,184). Sum of RGB (Red+Green+Blue) = 233+80+184=497 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.88% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 184 (72.27% from 255 or 37.02% from 497); Max value from RGB is 233 - color contains mainly: red. Hex color #E950B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E950B8 is #16AF47. Grayscale: #898989. Windows color (decimal): -1486664 or 12079337. OLE color: 12079337.
HSL color Cylindrical-coordinate representation of color #E950B8: hue angle of 319.22º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E950B8 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 184 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.09 |
| HSL | 319.22º | 0.78% | 0.61% | - |
| HSV(B) | 319.22º | 0.66% | 0.91% | - |
| XYZ | 45.12 | 26.52 | 48.09 | - |
| YUV | 137.6 | 154.19 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 184 | 0 | 0.66 | 0.21 | 0.09 | 319.22 | 0.78 | 0.61 |
| Hex | E9 | 50 | B8 | 0 | 42 | 15 | 9 | 13F | 4E | 3D |
| Octal | 351 | 120 | 270 | 0 | 102 | 25 | 11 | 477 | 116 | 75 |
| Binary | 11101001 | 1010000 | 10111000 | 0 | 1000010 | 10101 | 1001 | 100111111 | 1001110 | 111101 |
Color Harmonies of #E950B8
Complementary color
Monochromatic Colors of #E950B8
Black with #E950B8
Text Example
Text Example
White with #E950B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E950B8; }
p { color: rgb(233,80,184); }
H1.HeaderClassName
{
color: #E950B8;
}
.AnyTagClassName
{
color: #E950B8;
}
</style>
background-color css
<style>
a { background-color: #E950B8; }
a { background-color: rgb(233,80,184); }
div.DivClassName
{
background-color: #E950B8;
}
.BgClassName
{
background-color: #E950B8;
}
</style>
border-color css
<style>
span { border-color: #E950B8; }
span { border-color: rgb(233,80,184); }
td.TdClassName
{
border-color: #E950B8;
}
.TagClassName
{
border-color: #E950B8;
}
</style>