Shades of Brilliant Rose #E952B5
Tints of Brilliant Rose #E952B5
RGB
CMYK
RGB Variations
Color information
#E952B5 (or 0xE952B5) is known color: Brilliant Rose. HEX triplet: E9, 52 and B5. RGB value is (233,82,181). Sum of RGB (Red+Green+Blue) = 233+82+181=496 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.98% from 496); Green value is 82 (32.42% from 255 or 16.53% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 233 - color contains mainly: red. Hex color #E952B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E952B5 is #16AD4A. Grayscale: #8A8A8A. Windows color (decimal): -1486155 or 11883241. OLE color: 11883241.
HSL color Cylindrical-coordinate representation of color #E952B5: hue angle of 320.66º 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 #E952B5 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 82 | 181 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.09 |
| HSL | 320.66º | 0.77% | 0.62% | - |
| HSV(B) | 320.66º | 0.65% | 0.91% | - |
| XYZ | 44.96 | 26.69 | 46.5 | - |
| YUV | 138.44 | 152.03 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 82 | 181 | 0 | 0.65 | 0.22 | 0.09 | 320.66 | 0.77 | 0.62 |
| Hex | E9 | 52 | B5 | 0 | 41 | 16 | 9 | 141 | 4D | 3E |
| Octal | 351 | 122 | 265 | 0 | 101 | 26 | 11 | 501 | 115 | 76 |
| Binary | 11101001 | 1010010 | 10110101 | 0 | 1000001 | 10110 | 1001 | 101000001 | 1001101 | 111110 |
Color Harmonies of #E952B5
Complementary color
Monochromatic Colors of #E952B5
Black with #E952B5
Text Example
Text Example
White with #E952B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E952B5; }
p { color: rgb(233,82,181); }
H1.HeaderClassName
{
color: #E952B5;
}
.AnyTagClassName
{
color: #E952B5;
}
</style>
background-color css
<style>
a { background-color: #E952B5; }
a { background-color: rgb(233,82,181); }
div.DivClassName
{
background-color: #E952B5;
}
.BgClassName
{
background-color: #E952B5;
}
</style>
border-color css
<style>
span { border-color: #E952B5; }
span { border-color: rgb(233,82,181); }
td.TdClassName
{
border-color: #E952B5;
}
.TagClassName
{
border-color: #E952B5;
}
</style>