Shades of Brilliant Rose #E45CAC
Tints of Brilliant Rose #E45CAC
RGB
CMYK
RGB Variations
Color information
#E45CAC (or 0xE45CAC) is known color: Brilliant Rose. HEX triplet: E4, 5C and AC. RGB value is (228,92,172). Sum of RGB (Red+Green+Blue) = 228+92+172=492 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.34% from 492); Green value is 92 (36.33% from 255 or 18.70% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 228 - color contains mainly: red. Hex color #E45CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45CAC is #1BA353. Grayscale: #8D8D8D. Windows color (decimal): -1811284 or 11295972. OLE color: 11295972.
HSL color Cylindrical-coordinate representation of color #E45CAC: hue angle of 324.71º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E45CAC is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 92 | 172 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.11 |
| HSL | 324.71º | 0.72% | 0.63% | - |
| HSV(B) | 324.71º | 0.6% | 0.89% | - |
| XYZ | 43.27 | 27.13 | 41.99 | - |
| YUV | 141.78 | 145.06 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 92 | 172 | 0 | 0.60 | 0.25 | 0.11 | 324.71 | 0.72 | 0.63 |
| Hex | E4 | 5C | AC | 0 | 3C | 19 | B | 145 | 48 | 3F |
| Octal | 344 | 134 | 254 | 0 | 74 | 31 | 13 | 505 | 110 | 77 |
| Binary | 11100100 | 1011100 | 10101100 | 0 | 111100 | 11001 | 1011 | 101000101 | 1001000 | 111111 |
Color Harmonies of #E45CAC
Complementary color
Monochromatic Colors of #E45CAC
Black with #E45CAC
Text Example
Text Example
White with #E45CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45CAC; }
p { color: rgb(228,92,172); }
H1.HeaderClassName
{
color: #E45CAC;
}
.AnyTagClassName
{
color: #E45CAC;
}
</style>
background-color css
<style>
a { background-color: #E45CAC; }
a { background-color: rgb(228,92,172); }
div.DivClassName
{
background-color: #E45CAC;
}
.BgClassName
{
background-color: #E45CAC;
}
</style>
border-color css
<style>
span { border-color: #E45CAC; }
span { border-color: rgb(228,92,172); }
td.TdClassName
{
border-color: #E45CAC;
}
.TagClassName
{
border-color: #E45CAC;
}
</style>