Shades of Brilliant Rose #E952B0
Tints of Brilliant Rose #E952B0
RGB
CMYK
RGB Variations
Color information
#E952B0 (or 0xE952B0) is known color: Brilliant Rose. HEX triplet: E9, 52 and B0. RGB value is (233,82,176). Sum of RGB (Red+Green+Blue) = 233+82+176=491 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.45% from 491); Green value is 82 (32.42% from 255 or 16.70% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 233 - color contains mainly: red. Hex color #E952B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E952B0 is #16AD4F. Grayscale: #898989. Windows color (decimal): -1486160 or 11555561. OLE color: 11555561.
HSL color Cylindrical-coordinate representation of color #E952B0: hue angle of 322.65º degrees, saturation: 0.77, 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 #E952B0 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 82 | 176 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.09 |
| HSL | 322.65º | 0.77% | 0.62% | - |
| HSV(B) | 322.65º | 0.65% | 0.91% | - |
| XYZ | 44.46 | 26.49 | 43.84 | - |
| YUV | 137.87 | 149.53 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 82 | 176 | 0 | 0.65 | 0.24 | 0.09 | 322.65 | 0.77 | 0.62 |
| Hex | E9 | 52 | B0 | 0 | 41 | 18 | 9 | 143 | 4D | 3E |
| Octal | 351 | 122 | 260 | 0 | 101 | 30 | 11 | 503 | 115 | 76 |
| Binary | 11101001 | 1010010 | 10110000 | 0 | 1000001 | 11000 | 1001 | 101000011 | 1001101 | 111110 |
Color Harmonies of #E952B0
Complementary color
Monochromatic Colors of #E952B0
Black with #E952B0
Text Example
Text Example
White with #E952B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E952B0; }
p { color: rgb(233,82,176); }
H1.HeaderClassName
{
color: #E952B0;
}
.AnyTagClassName
{
color: #E952B0;
}
</style>
background-color css
<style>
a { background-color: #E952B0; }
a { background-color: rgb(233,82,176); }
div.DivClassName
{
background-color: #E952B0;
}
.BgClassName
{
background-color: #E952B0;
}
</style>
border-color css
<style>
span { border-color: #E952B0; }
span { border-color: rgb(233,82,176); }
td.TdClassName
{
border-color: #E952B0;
}
.TagClassName
{
border-color: #E952B0;
}
</style>