Shades of Brilliant Rose #E952B6
Tints of Brilliant Rose #E952B6
RGB
CMYK
RGB Variations
Color information
#E952B6 (or 0xE952B6) is known color: Brilliant Rose. HEX triplet: E9, 52 and B6. RGB value is (233,82,182). Sum of RGB (Red+Green+Blue) = 233+82+182=497 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.88% from 497); Green value is 82 (32.42% from 255 or 16.50% from 497); Blue value is 182 (71.48% from 255 or 36.62% from 497); Max value from RGB is 233 - color contains mainly: red. Hex color #E952B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E952B6 is #16AD49. Grayscale: #8A8A8A. Windows color (decimal): -1486154 or 11948777. OLE color: 11948777.
HSL color Cylindrical-coordinate representation of color #E952B6: hue angle of 320.26º 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 #E952B6 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 82 | 182 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.09 |
| HSL | 320.26º | 0.77% | 0.62% | - |
| HSV(B) | 320.26º | 0.65% | 0.91% | - |
| XYZ | 45.07 | 26.74 | 47.04 | - |
| YUV | 138.55 | 152.53 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 82 | 182 | 0 | 0.65 | 0.22 | 0.09 | 320.26 | 0.77 | 0.62 |
| Hex | E9 | 52 | B6 | 0 | 41 | 16 | 9 | 140 | 4D | 3E |
| Octal | 351 | 122 | 266 | 0 | 101 | 26 | 11 | 500 | 115 | 76 |
| Binary | 11101001 | 1010010 | 10110110 | 0 | 1000001 | 10110 | 1001 | 101000000 | 1001101 | 111110 |
Color Harmonies of #E952B6
Complementary color
Monochromatic Colors of #E952B6
Black with #E952B6
Text Example
Text Example
White with #E952B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E952B6; }
p { color: rgb(233,82,182); }
H1.HeaderClassName
{
color: #E952B6;
}
.AnyTagClassName
{
color: #E952B6;
}
</style>
background-color css
<style>
a { background-color: #E952B6; }
a { background-color: rgb(233,82,182); }
div.DivClassName
{
background-color: #E952B6;
}
.BgClassName
{
background-color: #E952B6;
}
</style>
border-color css
<style>
span { border-color: #E952B6; }
span { border-color: rgb(233,82,182); }
td.TdClassName
{
border-color: #E952B6;
}
.TagClassName
{
border-color: #E952B6;
}
</style>