Shades of Brilliant Rose #E14FAA
Tints of Brilliant Rose #E14FAA
RGB
CMYK
RGB Variations
Color information
#E14FAA (or 0xE14FAA) is known color: Brilliant Rose. HEX triplet: E1, 4F and AA. RGB value is (225,79,170). Sum of RGB (Red+Green+Blue) = 225+79+170=474 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.47% from 474); Green value is 79 (31.25% from 255 or 16.67% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 225 - color contains mainly: red. Hex color #E14FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14FAA is #1EB055. Grayscale: #848484. Windows color (decimal): -2011222 or 11161569. OLE color: 11161569.
HSL color Cylindrical-coordinate representation of color #E14FAA: hue angle of 322.6º 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 #E14FAA is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 79 | 170 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.12 |
| HSL | 322.6º | 0.71% | 0.6% | - |
| HSV(B) | 322.6º | 0.65% | 0.88% | - |
| XYZ | 41.1 | 24.5 | 40.59 | - |
| YUV | 133.03 | 148.87 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 79 | 170 | 0 | 0.65 | 0.24 | 0.12 | 322.6 | 0.71 | 0.6 |
| Hex | E1 | 4F | AA | 0 | 41 | 18 | C | 143 | 47 | 3C |
| Octal | 341 | 117 | 252 | 0 | 101 | 30 | 14 | 503 | 107 | 74 |
| Binary | 11100001 | 1001111 | 10101010 | 0 | 1000001 | 11000 | 1100 | 101000011 | 1000111 | 111100 |
Color Harmonies of #E14FAA
Complementary color
Monochromatic Colors of #E14FAA
Black with #E14FAA
Text Example
Text Example
White with #E14FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14FAA; }
p { color: rgb(225,79,170); }
H1.HeaderClassName
{
color: #E14FAA;
}
.AnyTagClassName
{
color: #E14FAA;
}
</style>
background-color css
<style>
a { background-color: #E14FAA; }
a { background-color: rgb(225,79,170); }
div.DivClassName
{
background-color: #E14FAA;
}
.BgClassName
{
background-color: #E14FAA;
}
</style>
border-color css
<style>
span { border-color: #E14FAA; }
span { border-color: rgb(225,79,170); }
td.TdClassName
{
border-color: #E14FAA;
}
.TagClassName
{
border-color: #E14FAA;
}
</style>