Shades of Brilliant Rose #E850B1
Tints of Brilliant Rose #E850B1
RGB
CMYK
RGB Variations
Color information
#E850B1 (or 0xE850B1) is known color: Brilliant Rose. HEX triplet: E8, 50 and B1. RGB value is (232,80,177). Sum of RGB (Red+Green+Blue) = 232+80+177=489 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.44% from 489); Green value is 80 (31.64% from 255 or 16.36% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 232 - color contains mainly: red. Hex color #E850B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E850B1 is #17AF4E. Grayscale: #888888. Windows color (decimal): -1552207 or 11620584. OLE color: 11620584.
HSL color Cylindrical-coordinate representation of color #E850B1: hue angle of 321.71º degrees, saturation: 0.77, 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 #E850B1 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 80 | 177 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.09 |
| HSL | 321.71º | 0.77% | 0.61% | - |
| HSV(B) | 321.71º | 0.66% | 0.91% | - |
| XYZ | 44.08 | 26.07 | 44.3 | - |
| YUV | 136.51 | 150.86 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 177 | 0 | 0.66 | 0.24 | 0.09 | 321.71 | 0.77 | 0.61 |
| Hex | E8 | 50 | B1 | 0 | 42 | 18 | 9 | 142 | 4D | 3D |
| Octal | 350 | 120 | 261 | 0 | 102 | 30 | 11 | 502 | 115 | 75 |
| Binary | 11101000 | 1010000 | 10110001 | 0 | 1000010 | 11000 | 1001 | 101000010 | 1001101 | 111101 |
Color Harmonies of #E850B1
Complementary color
Monochromatic Colors of #E850B1
Black with #E850B1
Text Example
Text Example
White with #E850B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E850B1; }
p { color: rgb(232,80,177); }
H1.HeaderClassName
{
color: #E850B1;
}
.AnyTagClassName
{
color: #E850B1;
}
</style>
background-color css
<style>
a { background-color: #E850B1; }
a { background-color: rgb(232,80,177); }
div.DivClassName
{
background-color: #E850B1;
}
.BgClassName
{
background-color: #E850B1;
}
</style>
border-color css
<style>
span { border-color: #E850B1; }
span { border-color: rgb(232,80,177); }
td.TdClassName
{
border-color: #E850B1;
}
.TagClassName
{
border-color: #E850B1;
}
</style>