Shades of Brilliant Rose #E14FA8
Tints of Brilliant Rose #E14FA8
RGB
CMYK
RGB Variations
Color information
#E14FA8 (or 0xE14FA8) is known color: Brilliant Rose. HEX triplet: E1, 4F and A8. RGB value is (225,79,168). Sum of RGB (Red+Green+Blue) = 225+79+168=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E14FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14FA8 is #1EB057. Grayscale: #848484. Windows color (decimal): -2011224 or 11030497. OLE color: 11030497.
HSL color Cylindrical-coordinate representation of color #E14FA8: hue angle of 323.42º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E14FA8 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 79 | 168 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.12 |
| HSL | 323.42º | 0.71% | 0.6% | - |
| HSV(B) | 323.42º | 0.65% | 0.88% | - |
| XYZ | 40.92 | 24.43 | 39.6 | - |
| YUV | 132.8 | 147.87 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 79 | 168 | 0 | 0.65 | 0.25 | 0.12 | 323.42 | 0.71 | 0.6 |
| Hex | E1 | 4F | A8 | 0 | 41 | 19 | C | 143 | 47 | 3C |
| Octal | 341 | 117 | 250 | 0 | 101 | 31 | 14 | 503 | 107 | 74 |
| Binary | 11100001 | 1001111 | 10101000 | 0 | 1000001 | 11001 | 1100 | 101000011 | 1000111 | 111100 |
Color Harmonies of #E14FA8
Complementary color
Monochromatic Colors of #E14FA8
Black with #E14FA8
Text Example
Text Example
White with #E14FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14FA8; }
p { color: rgb(225,79,168); }
H1.HeaderClassName
{
color: #E14FA8;
}
.AnyTagClassName
{
color: #E14FA8;
}
</style>
background-color css
<style>
a { background-color: #E14FA8; }
a { background-color: rgb(225,79,168); }
div.DivClassName
{
background-color: #E14FA8;
}
.BgClassName
{
background-color: #E14FA8;
}
</style>
border-color css
<style>
span { border-color: #E14FA8; }
span { border-color: rgb(225,79,168); }
td.TdClassName
{
border-color: #E14FA8;
}
.TagClassName
{
border-color: #E14FA8;
}
</style>