Shades of Brilliant Rose #E15CAB
Tints of Brilliant Rose #E15CAB
RGB
CMYK
RGB Variations
Color information
#E15CAB (or 0xE15CAB) is known color: Brilliant Rose. HEX triplet: E1, 5C and AB. RGB value is (225,92,171). Sum of RGB (Red+Green+Blue) = 225+92+171=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 92 (36.33% from 255 or 18.85% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 225 - color contains mainly: red. Hex color #E15CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15CAB is #1EA354. Grayscale: #8C8C8C. Windows color (decimal): -2007893 or 11230433. OLE color: 11230433.
HSL color Cylindrical-coordinate representation of color #E15CAB: hue angle of 324.36º 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 #E15CAB is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 92 | 171 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.12 |
| HSL | 324.36º | 0.69% | 0.62% | - |
| HSV(B) | 324.36º | 0.59% | 0.88% | - |
| XYZ | 42.23 | 26.6 | 41.44 | - |
| YUV | 140.77 | 145.06 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 92 | 171 | 0 | 0.59 | 0.24 | 0.12 | 324.36 | 0.69 | 0.62 |
| Hex | E1 | 5C | AB | 0 | 3B | 18 | C | 144 | 45 | 3E |
| Octal | 341 | 134 | 253 | 0 | 73 | 30 | 14 | 504 | 105 | 76 |
| Binary | 11100001 | 1011100 | 10101011 | 0 | 111011 | 11000 | 1100 | 101000100 | 1000101 | 111110 |
Color Harmonies of #E15CAB
Complementary color
Monochromatic Colors of #E15CAB
Black with #E15CAB
Text Example
Text Example
White with #E15CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15CAB; }
p { color: rgb(225,92,171); }
H1.HeaderClassName
{
color: #E15CAB;
}
.AnyTagClassName
{
color: #E15CAB;
}
</style>
background-color css
<style>
a { background-color: #E15CAB; }
a { background-color: rgb(225,92,171); }
div.DivClassName
{
background-color: #E15CAB;
}
.BgClassName
{
background-color: #E15CAB;
}
</style>
border-color css
<style>
span { border-color: #E15CAB; }
span { border-color: rgb(225,92,171); }
td.TdClassName
{
border-color: #E15CAB;
}
.TagClassName
{
border-color: #E15CAB;
}
</style>