Shades of Brilliant Rose #E149A2
Tints of Brilliant Rose #E149A2
RGB
CMYK
RGB Variations
Color information
#E149A2 (or 0xE149A2) is known color: Brilliant Rose. HEX triplet: E1, 49 and A2. RGB value is (225,73,162). Sum of RGB (Red+Green+Blue) = 225+73+162=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 162 (63.67% from 255 or 35.22% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E149A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E149A2 is #1EB65D. Grayscale: #808080. Windows color (decimal): -2012766 or 10635745. OLE color: 10635745.
HSL color Cylindrical-coordinate representation of color #E149A2: hue angle of 324.87º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E149A2 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 73 | 162 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.12 |
| HSL | 324.87º | 0.72% | 0.58% | - |
| HSV(B) | 324.87º | 0.68% | 0.88% | - |
| XYZ | 39.96 | 23.38 | 36.59 | - |
| YUV | 128.59 | 146.86 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 162 | 0 | 0.68 | 0.28 | 0.12 | 324.87 | 0.72 | 0.58 |
| Hex | E1 | 49 | A2 | 0 | 44 | 1C | C | 145 | 48 | 3A |
| Octal | 341 | 111 | 242 | 0 | 104 | 34 | 14 | 505 | 110 | 72 |
| Binary | 11100001 | 1001001 | 10100010 | 0 | 1000100 | 11100 | 1100 | 101000101 | 1001000 | 111010 |
Color Harmonies of #E149A2
Complementary color
Monochromatic Colors of #E149A2
Black with #E149A2
Text Example
Text Example
White with #E149A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E149A2; }
p { color: rgb(225,73,162); }
H1.HeaderClassName
{
color: #E149A2;
}
.AnyTagClassName
{
color: #E149A2;
}
</style>
background-color css
<style>
a { background-color: #E149A2; }
a { background-color: rgb(225,73,162); }
div.DivClassName
{
background-color: #E149A2;
}
.BgClassName
{
background-color: #E149A2;
}
</style>
border-color css
<style>
span { border-color: #E149A2; }
span { border-color: rgb(225,73,162); }
td.TdClassName
{
border-color: #E149A2;
}
.TagClassName
{
border-color: #E149A2;
}
</style>