Shades of Brilliant Rose #E955AC
Tints of Brilliant Rose #E955AC
RGB
CMYK
RGB Variations
Color information
#E955AC (or 0xE955AC) is known color: Brilliant Rose. HEX triplet: E9, 55 and AC. RGB value is (233,85,172). Sum of RGB (Red+Green+Blue) = 233+85+172=490 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.55% from 490); Green value is 85 (33.59% from 255 or 17.35% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 233 - color contains mainly: red. Hex color #E955AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E955AC is #16AA53. Grayscale: #8A8A8A. Windows color (decimal): -1485396 or 11294185. OLE color: 11294185.
HSL color Cylindrical-coordinate representation of color #E955AC: hue angle of 324.73º 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 #E955AC is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 85 | 172 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.09 |
| HSL | 324.73º | 0.77% | 0.62% | - |
| HSV(B) | 324.73º | 0.64% | 0.91% | - |
| XYZ | 44.3 | 26.8 | 41.87 | - |
| YUV | 139.17 | 146.53 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 172 | 0 | 0.64 | 0.26 | 0.09 | 324.73 | 0.77 | 0.62 |
| Hex | E9 | 55 | AC | 0 | 40 | 1A | 9 | 145 | 4D | 3E |
| Octal | 351 | 125 | 254 | 0 | 100 | 32 | 11 | 505 | 115 | 76 |
| Binary | 11101001 | 1010101 | 10101100 | 0 | 1000000 | 11010 | 1001 | 101000101 | 1001101 | 111110 |
Color Harmonies of #E955AC
Complementary color
Monochromatic Colors of #E955AC
Black with #E955AC
Text Example
Text Example
White with #E955AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E955AC; }
p { color: rgb(233,85,172); }
H1.HeaderClassName
{
color: #E955AC;
}
.AnyTagClassName
{
color: #E955AC;
}
</style>
background-color css
<style>
a { background-color: #E955AC; }
a { background-color: rgb(233,85,172); }
div.DivClassName
{
background-color: #E955AC;
}
.BgClassName
{
background-color: #E955AC;
}
</style>
border-color css
<style>
span { border-color: #E955AC; }
span { border-color: rgb(233,85,172); }
td.TdClassName
{
border-color: #E955AC;
}
.TagClassName
{
border-color: #E955AC;
}
</style>