Shades of Brilliant Rose #E05DAB
Tints of Brilliant Rose #E05DAB
RGB
CMYK
RGB Variations
Color information
#E05DAB (or 0xE05DAB) is known color: Brilliant Rose. HEX triplet: E0, 5D and AB. RGB value is (224,93,171). Sum of RGB (Red+Green+Blue) = 224+93+171=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 93 (36.72% from 255 or 19.06% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E05DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05DAB is #1FA254. Grayscale: #8C8C8C. Windows color (decimal): -2073173 or 11230688. OLE color: 11230688.
HSL color Cylindrical-coordinate representation of color #E05DAB: hue angle of 324.27º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E05DAB is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 93 | 171 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.12 |
| HSL | 324.27º | 0.68% | 0.62% | - |
| HSV(B) | 324.27º | 0.58% | 0.88% | - |
| XYZ | 42.01 | 26.62 | 41.45 | - |
| YUV | 141.06 | 144.9 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 93 | 171 | 0 | 0.58 | 0.24 | 0.12 | 324.27 | 0.68 | 0.62 |
| Hex | E0 | 5D | AB | 0 | 3A | 18 | C | 144 | 44 | 3E |
| Octal | 340 | 135 | 253 | 0 | 72 | 30 | 14 | 504 | 104 | 76 |
| Binary | 11100000 | 1011101 | 10101011 | 0 | 111010 | 11000 | 1100 | 101000100 | 1000100 | 111110 |
Color Harmonies of #E05DAB
Complementary color
Monochromatic Colors of #E05DAB
Black with #E05DAB
Text Example
Text Example
White with #E05DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05DAB; }
p { color: rgb(224,93,171); }
H1.HeaderClassName
{
color: #E05DAB;
}
.AnyTagClassName
{
color: #E05DAB;
}
</style>
background-color css
<style>
a { background-color: #E05DAB; }
a { background-color: rgb(224,93,171); }
div.DivClassName
{
background-color: #E05DAB;
}
.BgClassName
{
background-color: #E05DAB;
}
</style>
border-color css
<style>
span { border-color: #E05DAB; }
span { border-color: rgb(224,93,171); }
td.TdClassName
{
border-color: #E05DAB;
}
.TagClassName
{
border-color: #E05DAB;
}
</style>