Shades of Brilliant Rose #E14BA2
Tints of Brilliant Rose #E14BA2
RGB
CMYK
RGB Variations
Color information
#E14BA2 (or 0xE14BA2) is known color: Brilliant Rose. HEX triplet: E1, 4B and A2. RGB value is (225,75,162). Sum of RGB (Red+Green+Blue) = 225+75+162=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 75 (29.69% from 255 or 16.23% from 462); Blue value is 162 (63.67% from 255 or 35.06% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E14BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14BA2 is #1EB45D. Grayscale: #818181. Windows color (decimal): -2012254 or 10636257. OLE color: 10636257.
HSL color Cylindrical-coordinate representation of color #E14BA2: hue angle of 325.2º degrees, saturation: 0.71, 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 #E14BA2 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 75 | 162 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.12 |
| HSL | 325.2º | 0.71% | 0.59% | - |
| HSV(B) | 325.2º | 0.67% | 0.88% | - |
| XYZ | 40.09 | 23.65 | 36.63 | - |
| YUV | 129.77 | 146.2 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 75 | 162 | 0 | 0.67 | 0.28 | 0.12 | 325.2 | 0.71 | 0.59 |
| Hex | E1 | 4B | A2 | 0 | 43 | 1C | C | 145 | 47 | 3B |
| Octal | 341 | 113 | 242 | 0 | 103 | 34 | 14 | 505 | 107 | 73 |
| Binary | 11100001 | 1001011 | 10100010 | 0 | 1000011 | 11100 | 1100 | 101000101 | 1000111 | 111011 |
Color Harmonies of #E14BA2
Complementary color
Monochromatic Colors of #E14BA2
Black with #E14BA2
Text Example
Text Example
White with #E14BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14BA2; }
p { color: rgb(225,75,162); }
H1.HeaderClassName
{
color: #E14BA2;
}
.AnyTagClassName
{
color: #E14BA2;
}
</style>
background-color css
<style>
a { background-color: #E14BA2; }
a { background-color: rgb(225,75,162); }
div.DivClassName
{
background-color: #E14BA2;
}
.BgClassName
{
background-color: #E14BA2;
}
</style>
border-color css
<style>
span { border-color: #E14BA2; }
span { border-color: rgb(225,75,162); }
td.TdClassName
{
border-color: #E14BA2;
}
.TagClassName
{
border-color: #E14BA2;
}
</style>