Shades of Brilliant Rose #E958A5
Tints of Brilliant Rose #E958A5
RGB
CMYK
RGB Variations
Color information
#E958A5 (or 0xE958A5) is known color: Brilliant Rose. HEX triplet: E9, 58 and A5. RGB value is (233,88,165). Sum of RGB (Red+Green+Blue) = 233+88+165=486 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.94% from 486); Green value is 88 (34.77% from 255 or 18.11% from 486); Blue value is 165 (64.84% from 255 or 33.95% from 486); Max value from RGB is 233 - color contains mainly: red. Hex color #E958A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E958A5 is #16A75A. Grayscale: #8B8B8B. Windows color (decimal): -1484635 or 10836201. OLE color: 10836201.
HSL color Cylindrical-coordinate representation of color #E958A5: hue angle of 328.14º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E958A5 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 88 | 165 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.09 |
| HSL | 328.14º | 0.77% | 0.63% | - |
| HSV(B) | 328.14º | 0.62% | 0.91% | - |
| XYZ | 43.89 | 27.02 | 38.5 | - |
| YUV | 140.13 | 142.04 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 88 | 165 | 0 | 0.62 | 0.29 | 0.09 | 328.14 | 0.77 | 0.63 |
| Hex | E9 | 58 | A5 | 0 | 3E | 1D | 9 | 148 | 4D | 3F |
| Octal | 351 | 130 | 245 | 0 | 76 | 35 | 11 | 510 | 115 | 77 |
| Binary | 11101001 | 1011000 | 10100101 | 0 | 111110 | 11101 | 1001 | 101001000 | 1001101 | 111111 |
Color Harmonies of #E958A5
Complementary color
Monochromatic Colors of #E958A5
Black with #E958A5
Text Example
Text Example
White with #E958A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E958A5; }
p { color: rgb(233,88,165); }
H1.HeaderClassName
{
color: #E958A5;
}
.AnyTagClassName
{
color: #E958A5;
}
</style>
background-color css
<style>
a { background-color: #E958A5; }
a { background-color: rgb(233,88,165); }
div.DivClassName
{
background-color: #E958A5;
}
.BgClassName
{
background-color: #E958A5;
}
</style>
border-color css
<style>
span { border-color: #E958A5; }
span { border-color: rgb(233,88,165); }
td.TdClassName
{
border-color: #E958A5;
}
.TagClassName
{
border-color: #E958A5;
}
</style>