Shades of Brilliant Rose #E95C9A
Tints of Brilliant Rose #E95C9A
RGB
CMYK
RGB Variations
Color information
#E95C9A (or 0xE95C9A) is known color: Brilliant Rose. HEX triplet: E9, 5C and 9A. RGB value is (233,92,154). Sum of RGB (Red+Green+Blue) = 233+92+154=479 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.64% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 233 - color contains mainly: red. Hex color #E95C9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95C9A is #16A365. Grayscale: #8D8D8D. Windows color (decimal): -1483622 or 10116329. OLE color: 10116329.
HSL color Cylindrical-coordinate representation of color #E95C9A: hue angle of 333.62º 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 #E95C9A is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 92 | 154 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.09 |
| HSL | 333.62º | 0.76% | 0.64% | - |
| HSV(B) | 333.62º | 0.61% | 0.91% | - |
| XYZ | 43.26 | 27.31 | 33.56 | - |
| YUV | 141.23 | 135.21 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 92 | 154 | 0 | 0.61 | 0.34 | 0.09 | 333.62 | 0.76 | 0.64 |
| Hex | E9 | 5C | 9A | 0 | 3D | 22 | 9 | 14E | 4C | 40 |
| Octal | 351 | 134 | 232 | 0 | 75 | 42 | 11 | 516 | 114 | 100 |
| Binary | 11101001 | 1011100 | 10011010 | 0 | 111101 | 100010 | 1001 | 101001110 | 1001100 | 1000000 |
Color Harmonies of #E95C9A
Complementary color
Monochromatic Colors of #E95C9A
Black with #E95C9A
Text Example
Text Example
White with #E95C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95C9A; }
p { color: rgb(233,92,154); }
H1.HeaderClassName
{
color: #E95C9A;
}
.AnyTagClassName
{
color: #E95C9A;
}
</style>
background-color css
<style>
a { background-color: #E95C9A; }
a { background-color: rgb(233,92,154); }
div.DivClassName
{
background-color: #E95C9A;
}
.BgClassName
{
background-color: #E95C9A;
}
</style>
border-color css
<style>
span { border-color: #E95C9A; }
span { border-color: rgb(233,92,154); }
td.TdClassName
{
border-color: #E95C9A;
}
.TagClassName
{
border-color: #E95C9A;
}
</style>