Shades of Brilliant Rose #E14AAA
Tints of Brilliant Rose #E14AAA
RGB
CMYK
RGB Variations
Color information
#E14AAA (or 0xE14AAA) is known color: Brilliant Rose. HEX triplet: E1, 4A and AA. RGB value is (225,74,170). Sum of RGB (Red+Green+Blue) = 225+74+170=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 74 (29.30% from 255 or 15.78% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E14AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14AAA is #1EB555. Grayscale: #818181. Windows color (decimal): -2012502 or 11160289. OLE color: 11160289.
HSL color Cylindrical-coordinate representation of color #E14AAA: hue angle of 321.85º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E14AAA is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 170 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.12 |
| HSL | 321.85º | 0.72% | 0.59% | - |
| HSV(B) | 321.85º | 0.67% | 0.88% | - |
| XYZ | 40.76 | 23.81 | 40.48 | - |
| YUV | 130.09 | 150.53 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 170 | 0 | 0.67 | 0.24 | 0.12 | 321.85 | 0.72 | 0.59 |
| Hex | E1 | 4A | AA | 0 | 43 | 18 | C | 142 | 48 | 3B |
| Octal | 341 | 112 | 252 | 0 | 103 | 30 | 14 | 502 | 110 | 73 |
| Binary | 11100001 | 1001010 | 10101010 | 0 | 1000011 | 11000 | 1100 | 101000010 | 1001000 | 111011 |
Color Harmonies of #E14AAA
Complementary color
Monochromatic Colors of #E14AAA
Black with #E14AAA
Text Example
Text Example
White with #E14AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14AAA; }
p { color: rgb(225,74,170); }
H1.HeaderClassName
{
color: #E14AAA;
}
.AnyTagClassName
{
color: #E14AAA;
}
</style>
background-color css
<style>
a { background-color: #E14AAA; }
a { background-color: rgb(225,74,170); }
div.DivClassName
{
background-color: #E14AAA;
}
.BgClassName
{
background-color: #E14AAA;
}
</style>
border-color css
<style>
span { border-color: #E14AAA; }
span { border-color: rgb(225,74,170); }
td.TdClassName
{
border-color: #E14AAA;
}
.TagClassName
{
border-color: #E14AAA;
}
</style>