Shades of Brilliant Rose #E95CA6
Tints of Brilliant Rose #E95CA6
RGB
CMYK
RGB Variations
Color information
#E95CA6 (or 0xE95CA6) is known color: Brilliant Rose. HEX triplet: E9, 5C and A6. RGB value is (233,92,166). Sum of RGB (Red+Green+Blue) = 233+92+166=491 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.45% from 491); Green value is 92 (36.33% from 255 or 18.74% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 233 - color contains mainly: red. Hex color #E95CA6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95CA6 is #16A359. Grayscale: #8E8E8E. Windows color (decimal): -1483610 or 10902761. OLE color: 10902761.
HSL color Cylindrical-coordinate representation of color #E95CA6: hue angle of 328.51º 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 #E95CA6 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 92 | 166 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.09 |
| HSL | 328.51º | 0.76% | 0.64% | - |
| HSV(B) | 328.51º | 0.61% | 0.91% | - |
| XYZ | 44.31 | 27.73 | 39.09 | - |
| YUV | 142.6 | 141.21 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 92 | 166 | 0 | 0.61 | 0.29 | 0.09 | 328.51 | 0.76 | 0.64 |
| Hex | E9 | 5C | A6 | 0 | 3D | 1D | 9 | 149 | 4C | 40 |
| Octal | 351 | 134 | 246 | 0 | 75 | 35 | 11 | 511 | 114 | 100 |
| Binary | 11101001 | 1011100 | 10100110 | 0 | 111101 | 11101 | 1001 | 101001001 | 1001100 | 1000000 |
Color Harmonies of #E95CA6
Complementary color
Monochromatic Colors of #E95CA6
Black with #E95CA6
Text Example
Text Example
White with #E95CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95CA6; }
p { color: rgb(233,92,166); }
H1.HeaderClassName
{
color: #E95CA6;
}
.AnyTagClassName
{
color: #E95CA6;
}
</style>
background-color css
<style>
a { background-color: #E95CA6; }
a { background-color: rgb(233,92,166); }
div.DivClassName
{
background-color: #E95CA6;
}
.BgClassName
{
background-color: #E95CA6;
}
</style>
border-color css
<style>
span { border-color: #E95CA6; }
span { border-color: rgb(233,92,166); }
td.TdClassName
{
border-color: #E95CA6;
}
.TagClassName
{
border-color: #E95CA6;
}
</style>