Shades of Brilliant Rose #E15CA4
Tints of Brilliant Rose #E15CA4
RGB
CMYK
RGB Variations
Color information
#E15CA4 (or 0xE15CA4) is known color: Brilliant Rose. HEX triplet: E1, 5C and A4. RGB value is (225,92,164). Sum of RGB (Red+Green+Blue) = 225+92+164=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 164 (64.45% from 255 or 34.10% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E15CA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15CA4 is #1EA35B. Grayscale: #8B8B8B. Windows color (decimal): -2007900 or 10771681. OLE color: 10771681.
HSL color Cylindrical-coordinate representation of color #E15CA4: hue angle of 327.52º 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 #E15CA4 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 92 | 164 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.12 |
| HSL | 327.52º | 0.69% | 0.62% | - |
| HSV(B) | 327.52º | 0.59% | 0.88% | - |
| XYZ | 41.58 | 26.34 | 38.02 | - |
| YUV | 139.98 | 141.56 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 92 | 164 | 0 | 0.59 | 0.27 | 0.12 | 327.52 | 0.69 | 0.62 |
| Hex | E1 | 5C | A4 | 0 | 3B | 1B | C | 148 | 45 | 3E |
| Octal | 341 | 134 | 244 | 0 | 73 | 33 | 14 | 510 | 105 | 76 |
| Binary | 11100001 | 1011100 | 10100100 | 0 | 111011 | 11011 | 1100 | 101001000 | 1000101 | 111110 |
Color Harmonies of #E15CA4
Complementary color
Monochromatic Colors of #E15CA4
Black with #E15CA4
Text Example
Text Example
White with #E15CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15CA4; }
p { color: rgb(225,92,164); }
H1.HeaderClassName
{
color: #E15CA4;
}
.AnyTagClassName
{
color: #E15CA4;
}
</style>
background-color css
<style>
a { background-color: #E15CA4; }
a { background-color: rgb(225,92,164); }
div.DivClassName
{
background-color: #E15CA4;
}
.BgClassName
{
background-color: #E15CA4;
}
</style>
border-color css
<style>
span { border-color: #E15CA4; }
span { border-color: rgb(225,92,164); }
td.TdClassName
{
border-color: #E15CA4;
}
.TagClassName
{
border-color: #E15CA4;
}
</style>