Shades of Brilliant Rose #E951B2
Tints of Brilliant Rose #E951B2
RGB
CMYK
RGB Variations
Color information
#E951B2 (or 0xE951B2) is known color: Brilliant Rose. HEX triplet: E9, 51 and B2. RGB value is (233,81,178). Sum of RGB (Red+Green+Blue) = 233+81+178=492 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.36% from 492); Green value is 81 (32.03% from 255 or 16.46% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 233 - color contains mainly: red. Hex color #E951B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E951B2 is #16AE4D. Grayscale: #898989. Windows color (decimal): -1486414 or 11686377. OLE color: 11686377.
HSL color Cylindrical-coordinate representation of color #E951B2: hue angle of 321.71º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E951B2 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 81 | 178 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.09 |
| HSL | 321.71º | 0.78% | 0.62% | - |
| HSV(B) | 321.71º | 0.65% | 0.91% | - |
| XYZ | 44.58 | 26.42 | 44.87 | - |
| YUV | 137.51 | 150.86 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 81 | 178 | 0 | 0.65 | 0.24 | 0.09 | 321.71 | 0.78 | 0.62 |
| Hex | E9 | 51 | B2 | 0 | 41 | 18 | 9 | 142 | 4E | 3E |
| Octal | 351 | 121 | 262 | 0 | 101 | 30 | 11 | 502 | 116 | 76 |
| Binary | 11101001 | 1010001 | 10110010 | 0 | 1000001 | 11000 | 1001 | 101000010 | 1001110 | 111110 |
Color Harmonies of #E951B2
Complementary color
Monochromatic Colors of #E951B2
Black with #E951B2
Text Example
Text Example
White with #E951B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E951B2; }
p { color: rgb(233,81,178); }
H1.HeaderClassName
{
color: #E951B2;
}
.AnyTagClassName
{
color: #E951B2;
}
</style>
background-color css
<style>
a { background-color: #E951B2; }
a { background-color: rgb(233,81,178); }
div.DivClassName
{
background-color: #E951B2;
}
.BgClassName
{
background-color: #E951B2;
}
</style>
border-color css
<style>
span { border-color: #E951B2; }
span { border-color: rgb(233,81,178); }
td.TdClassName
{
border-color: #E951B2;
}
.TagClassName
{
border-color: #E951B2;
}
</style>