Shades of Brilliant Rose #E95CA8
Tints of Brilliant Rose #E95CA8
RGB
CMYK
RGB Variations
Color information
#E95CA8 (or 0xE95CA8) is known color: Brilliant Rose. HEX triplet: E9, 5C and A8. RGB value is (233,92,168). Sum of RGB (Red+Green+Blue) = 233+92+168=493 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.26% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 168 (66.02% from 255 or 34.08% from 493); Max value from RGB is 233 - color contains mainly: red. Hex color #E95CA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95CA8 is #16A357. Grayscale: #8E8E8E. Windows color (decimal): -1483608 or 11033833. OLE color: 11033833.
HSL color Cylindrical-coordinate representation of color #E95CA8: hue angle of 327.66º 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 #E95CA8 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 92 | 168 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.09 |
| HSL | 327.66º | 0.76% | 0.64% | - |
| HSV(B) | 327.66º | 0.61% | 0.91% | - |
| XYZ | 44.5 | 27.81 | 40.07 | - |
| YUV | 142.82 | 142.21 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 92 | 168 | 0 | 0.61 | 0.28 | 0.09 | 327.66 | 0.76 | 0.64 |
| Hex | E9 | 5C | A8 | 0 | 3D | 1C | 9 | 148 | 4C | 40 |
| Octal | 351 | 134 | 250 | 0 | 75 | 34 | 11 | 510 | 114 | 100 |
| Binary | 11101001 | 1011100 | 10101000 | 0 | 111101 | 11100 | 1001 | 101001000 | 1001100 | 1000000 |
Color Harmonies of #E95CA8
Complementary color
Monochromatic Colors of #E95CA8
Black with #E95CA8
Text Example
Text Example
White with #E95CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95CA8; }
p { color: rgb(233,92,168); }
H1.HeaderClassName
{
color: #E95CA8;
}
.AnyTagClassName
{
color: #E95CA8;
}
</style>
background-color css
<style>
a { background-color: #E95CA8; }
a { background-color: rgb(233,92,168); }
div.DivClassName
{
background-color: #E95CA8;
}
.BgClassName
{
background-color: #E95CA8;
}
</style>
border-color css
<style>
span { border-color: #E95CA8; }
span { border-color: rgb(233,92,168); }
td.TdClassName
{
border-color: #E95CA8;
}
.TagClassName
{
border-color: #E95CA8;
}
</style>