Shades of Brilliant Rose #E15CAC
Tints of Brilliant Rose #E15CAC
RGB
CMYK
RGB Variations
Color information
#E15CAC (or 0xE15CAC) is known color: Brilliant Rose. HEX triplet: E1, 5C and AC. RGB value is (225,92,172). Sum of RGB (Red+Green+Blue) = 225+92+172=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 92 (36.33% from 255 or 18.81% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E15CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15CAC is #1EA353. Grayscale: #8C8C8C. Windows color (decimal): -2007892 or 11295969. OLE color: 11295969.
HSL color Cylindrical-coordinate representation of color #E15CAC: hue angle of 323.91º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E15CAC is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 92 | 172 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.12 |
| HSL | 323.91º | 0.69% | 0.62% | - |
| HSV(B) | 323.91º | 0.59% | 0.88% | - |
| XYZ | 42.32 | 26.64 | 41.94 | - |
| YUV | 140.89 | 145.56 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 92 | 172 | 0 | 0.59 | 0.24 | 0.12 | 323.91 | 0.69 | 0.62 |
| Hex | E1 | 5C | AC | 0 | 3B | 18 | C | 144 | 45 | 3E |
| Octal | 341 | 134 | 254 | 0 | 73 | 30 | 14 | 504 | 105 | 76 |
| Binary | 11100001 | 1011100 | 10101100 | 0 | 111011 | 11000 | 1100 | 101000100 | 1000101 | 111110 |
Color Harmonies of #E15CAC
Complementary color
Monochromatic Colors of #E15CAC
Black with #E15CAC
Text Example
Text Example
White with #E15CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15CAC; }
p { color: rgb(225,92,172); }
H1.HeaderClassName
{
color: #E15CAC;
}
.AnyTagClassName
{
color: #E15CAC;
}
</style>
background-color css
<style>
a { background-color: #E15CAC; }
a { background-color: rgb(225,92,172); }
div.DivClassName
{
background-color: #E15CAC;
}
.BgClassName
{
background-color: #E15CAC;
}
</style>
border-color css
<style>
span { border-color: #E15CAC; }
span { border-color: rgb(225,92,172); }
td.TdClassName
{
border-color: #E15CAC;
}
.TagClassName
{
border-color: #E15CAC;
}
</style>