Shades of Brilliant Rose #E95C9F
Tints of Brilliant Rose #E95C9F
RGB
CMYK
RGB Variations
Color information
#E95C9F (or 0xE95C9F) is known color: Brilliant Rose. HEX triplet: E9, 5C and 9F. RGB value is (233,92,159). Sum of RGB (Red+Green+Blue) = 233+92+159=484 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.14% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 233 - color contains mainly: red. Hex color #E95C9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95C9F is #16A360. Grayscale: #8D8D8D. Windows color (decimal): -1483617 or 10444009. OLE color: 10444009.
HSL color Cylindrical-coordinate representation of color #E95C9F: hue angle of 331.49º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E95C9F is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 92 | 159 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.09 |
| HSL | 331.49º | 0.76% | 0.64% | - |
| HSV(B) | 331.49º | 0.61% | 0.91% | - |
| XYZ | 43.69 | 27.48 | 35.8 | - |
| YUV | 141.8 | 137.71 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 92 | 159 | 0 | 0.61 | 0.32 | 0.09 | 331.49 | 0.76 | 0.64 |
| Hex | E9 | 5C | 9F | 0 | 3D | 20 | 9 | 14B | 4C | 40 |
| Octal | 351 | 134 | 237 | 0 | 75 | 40 | 11 | 513 | 114 | 100 |
| Binary | 11101001 | 1011100 | 10011111 | 0 | 111101 | 100000 | 1001 | 101001011 | 1001100 | 1000000 |
Color Harmonies of #E95C9F
Complementary color
Monochromatic Colors of #E95C9F
Black with #E95C9F
Text Example
Text Example
White with #E95C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95C9F; }
p { color: rgb(233,92,159); }
H1.HeaderClassName
{
color: #E95C9F;
}
.AnyTagClassName
{
color: #E95C9F;
}
</style>
background-color css
<style>
a { background-color: #E95C9F; }
a { background-color: rgb(233,92,159); }
div.DivClassName
{
background-color: #E95C9F;
}
.BgClassName
{
background-color: #E95C9F;
}
</style>
border-color css
<style>
span { border-color: #E95C9F; }
span { border-color: rgb(233,92,159); }
td.TdClassName
{
border-color: #E95C9F;
}
.TagClassName
{
border-color: #E95C9F;
}
</style>