Shades of Brilliant Rose #E14BA6
Tints of Brilliant Rose #E14BA6
RGB
CMYK
RGB Variations
Color information
#E14BA6 (or 0xE14BA6) is known color: Brilliant Rose. HEX triplet: E1, 4B and A6. RGB value is (225,75,166). Sum of RGB (Red+Green+Blue) = 225+75+166=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 75 (29.69% from 255 or 16.09% from 466); Blue value is 166 (65.23% from 255 or 35.62% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E14BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14BA6 is #1EB459. Grayscale: #828282. Windows color (decimal): -2012250 or 10898401. OLE color: 10898401.
HSL color Cylindrical-coordinate representation of color #E14BA6: hue angle of 323.6º 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 #E14BA6 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 75 | 166 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.12 |
| HSL | 323.6º | 0.71% | 0.59% | - |
| HSV(B) | 323.6º | 0.67% | 0.88% | - |
| XYZ | 40.45 | 23.79 | 38.54 | - |
| YUV | 130.22 | 148.2 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 75 | 166 | 0 | 0.67 | 0.26 | 0.12 | 323.6 | 0.71 | 0.59 |
| Hex | E1 | 4B | A6 | 0 | 43 | 1A | C | 144 | 47 | 3B |
| Octal | 341 | 113 | 246 | 0 | 103 | 32 | 14 | 504 | 107 | 73 |
| Binary | 11100001 | 1001011 | 10100110 | 0 | 1000011 | 11010 | 1100 | 101000100 | 1000111 | 111011 |
Color Harmonies of #E14BA6
Complementary color
Monochromatic Colors of #E14BA6
Black with #E14BA6
Text Example
Text Example
White with #E14BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14BA6; }
p { color: rgb(225,75,166); }
H1.HeaderClassName
{
color: #E14BA6;
}
.AnyTagClassName
{
color: #E14BA6;
}
</style>
background-color css
<style>
a { background-color: #E14BA6; }
a { background-color: rgb(225,75,166); }
div.DivClassName
{
background-color: #E14BA6;
}
.BgClassName
{
background-color: #E14BA6;
}
</style>
border-color css
<style>
span { border-color: #E14BA6; }
span { border-color: rgb(225,75,166); }
td.TdClassName
{
border-color: #E14BA6;
}
.TagClassName
{
border-color: #E14BA6;
}
</style>