Shades of Brilliant Rose #E955B2
Tints of Brilliant Rose #E955B2
RGB
CMYK
RGB Variations
Color information
#E955B2 (or 0xE955B2) is known color: Brilliant Rose. HEX triplet: E9, 55 and B2. RGB value is (233,85,178). Sum of RGB (Red+Green+Blue) = 233+85+178=496 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.98% from 496); Green value is 85 (33.59% from 255 or 17.14% from 496); Blue value is 178 (69.92% from 255 or 35.89% from 496); Max value from RGB is 233 - color contains mainly: red. Hex color #E955B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E955B2 is #16AA4D. Grayscale: #8B8B8B. Windows color (decimal): -1485390 or 11687401. OLE color: 11687401.
HSL color Cylindrical-coordinate representation of color #E955B2: hue angle of 322.3º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E955B2 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 85 | 178 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.09 |
| HSL | 322.3º | 0.77% | 0.62% | - |
| HSV(B) | 322.3º | 0.64% | 0.91% | - |
| XYZ | 44.89 | 27.03 | 44.97 | - |
| YUV | 139.85 | 149.53 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 178 | 0 | 0.64 | 0.24 | 0.09 | 322.3 | 0.77 | 0.62 |
| Hex | E9 | 55 | B2 | 0 | 40 | 18 | 9 | 142 | 4D | 3E |
| Octal | 351 | 125 | 262 | 0 | 100 | 30 | 11 | 502 | 115 | 76 |
| Binary | 11101001 | 1010101 | 10110010 | 0 | 1000000 | 11000 | 1001 | 101000010 | 1001101 | 111110 |
Color Harmonies of #E955B2
Complementary color
Monochromatic Colors of #E955B2
Black with #E955B2
Text Example
Text Example
White with #E955B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E955B2; }
p { color: rgb(233,85,178); }
H1.HeaderClassName
{
color: #E955B2;
}
.AnyTagClassName
{
color: #E955B2;
}
</style>
background-color css
<style>
a { background-color: #E955B2; }
a { background-color: rgb(233,85,178); }
div.DivClassName
{
background-color: #E955B2;
}
.BgClassName
{
background-color: #E955B2;
}
</style>
border-color css
<style>
span { border-color: #E955B2; }
span { border-color: rgb(233,85,178); }
td.TdClassName
{
border-color: #E955B2;
}
.TagClassName
{
border-color: #E955B2;
}
</style>