Shades of Brilliant Rose #E95CA5
Tints of Brilliant Rose #E95CA5
RGB
CMYK
RGB Variations
Color information
#E95CA5 (or 0xE95CA5) is known color: Brilliant Rose. HEX triplet: E9, 5C and A5. RGB value is (233,92,165). Sum of RGB (Red+Green+Blue) = 233+92+165=490 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.55% from 490); Green value is 92 (36.33% from 255 or 18.78% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 233 - color contains mainly: red. Hex color #E95CA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95CA5 is #16A35A. Grayscale: #8E8E8E. Windows color (decimal): -1483611 or 10837225. OLE color: 10837225.
HSL color Cylindrical-coordinate representation of color #E95CA5: hue angle of 328.94º 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 #E95CA5 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 92 | 165 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.09 |
| HSL | 328.94º | 0.76% | 0.64% | - |
| HSV(B) | 328.94º | 0.61% | 0.91% | - |
| XYZ | 44.22 | 27.69 | 38.61 | - |
| YUV | 142.48 | 140.71 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 92 | 165 | 0 | 0.61 | 0.29 | 0.09 | 328.94 | 0.76 | 0.64 |
| Hex | E9 | 5C | A5 | 0 | 3D | 1D | 9 | 149 | 4C | 40 |
| Octal | 351 | 134 | 245 | 0 | 75 | 35 | 11 | 511 | 114 | 100 |
| Binary | 11101001 | 1011100 | 10100101 | 0 | 111101 | 11101 | 1001 | 101001001 | 1001100 | 1000000 |
Color Harmonies of #E95CA5
Complementary color
Monochromatic Colors of #E95CA5
Black with #E95CA5
Text Example
Text Example
White with #E95CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95CA5; }
p { color: rgb(233,92,165); }
H1.HeaderClassName
{
color: #E95CA5;
}
.AnyTagClassName
{
color: #E95CA5;
}
</style>
background-color css
<style>
a { background-color: #E95CA5; }
a { background-color: rgb(233,92,165); }
div.DivClassName
{
background-color: #E95CA5;
}
.BgClassName
{
background-color: #E95CA5;
}
</style>
border-color css
<style>
span { border-color: #E95CA5; }
span { border-color: rgb(233,92,165); }
td.TdClassName
{
border-color: #E95CA5;
}
.TagClassName
{
border-color: #E95CA5;
}
</style>