Shades of Brilliant Rose #E14FAB
Tints of Brilliant Rose #E14FAB
RGB
CMYK
RGB Variations
Color information
#E14FAB (or 0xE14FAB) is known color: Brilliant Rose. HEX triplet: E1, 4F and AB. RGB value is (225,79,171). Sum of RGB (Red+Green+Blue) = 225+79+171=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 79 (31.25% from 255 or 16.63% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E14FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14FAB is #1EB054. Grayscale: #848484. Windows color (decimal): -2011221 or 11227105. OLE color: 11227105.
HSL color Cylindrical-coordinate representation of color #E14FAB: hue angle of 322.19º 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 #E14FAB is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 79 | 171 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.12 |
| HSL | 322.19º | 0.71% | 0.6% | - |
| HSV(B) | 322.19º | 0.65% | 0.88% | - |
| XYZ | 41.2 | 24.54 | 41.09 | - |
| YUV | 133.14 | 149.37 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 79 | 171 | 0 | 0.65 | 0.24 | 0.12 | 322.19 | 0.71 | 0.6 |
| Hex | E1 | 4F | AB | 0 | 41 | 18 | C | 142 | 47 | 3C |
| Octal | 341 | 117 | 253 | 0 | 101 | 30 | 14 | 502 | 107 | 74 |
| Binary | 11100001 | 1001111 | 10101011 | 0 | 1000001 | 11000 | 1100 | 101000010 | 1000111 | 111100 |
Color Harmonies of #E14FAB
Complementary color
Monochromatic Colors of #E14FAB
Black with #E14FAB
Text Example
Text Example
White with #E14FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14FAB; }
p { color: rgb(225,79,171); }
H1.HeaderClassName
{
color: #E14FAB;
}
.AnyTagClassName
{
color: #E14FAB;
}
</style>
background-color css
<style>
a { background-color: #E14FAB; }
a { background-color: rgb(225,79,171); }
div.DivClassName
{
background-color: #E14FAB;
}
.BgClassName
{
background-color: #E14FAB;
}
</style>
border-color css
<style>
span { border-color: #E14FAB; }
span { border-color: rgb(225,79,171); }
td.TdClassName
{
border-color: #E14FAB;
}
.TagClassName
{
border-color: #E14FAB;
}
</style>