Shades of Brilliant Rose #E14AB5
Tints of Brilliant Rose #E14AB5
RGB
CMYK
RGB Variations
Color information
#E14AB5 (or 0xE14AB5) is known color: Brilliant Rose. HEX triplet: E1, 4A and B5. RGB value is (225,74,181). Sum of RGB (Red+Green+Blue) = 225+74+181=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 74 (29.30% from 255 or 15.42% from 480); Blue value is 181 (71.09% from 255 or 37.71% from 480); Max value from RGB is 225 - color contains mainly: red. Hex color #E14AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14AB5 is #1EB54A. Grayscale: #838383. Windows color (decimal): -2012491 or 11881185. OLE color: 11881185.
HSL color Cylindrical-coordinate representation of color #E14AB5: hue angle of 317.48º 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 #E14AB5 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 181 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.12 |
| HSL | 317.48º | 0.72% | 0.59% | - |
| HSV(B) | 317.48º | 0.67% | 0.88% | - |
| XYZ | 41.84 | 24.24 | 46.19 | - |
| YUV | 131.35 | 156.03 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 181 | 0 | 0.67 | 0.20 | 0.12 | 317.48 | 0.72 | 0.59 |
| Hex | E1 | 4A | B5 | 0 | 43 | 14 | C | 13D | 48 | 3B |
| Octal | 341 | 112 | 265 | 0 | 103 | 24 | 14 | 475 | 110 | 73 |
| Binary | 11100001 | 1001010 | 10110101 | 0 | 1000011 | 10100 | 1100 | 100111101 | 1001000 | 111011 |
Color Harmonies of #E14AB5
Complementary color
Monochromatic Colors of #E14AB5
Black with #E14AB5
Text Example
Text Example
White with #E14AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14AB5; }
p { color: rgb(225,74,181); }
H1.HeaderClassName
{
color: #E14AB5;
}
.AnyTagClassName
{
color: #E14AB5;
}
</style>
background-color css
<style>
a { background-color: #E14AB5; }
a { background-color: rgb(225,74,181); }
div.DivClassName
{
background-color: #E14AB5;
}
.BgClassName
{
background-color: #E14AB5;
}
</style>
border-color css
<style>
span { border-color: #E14AB5; }
span { border-color: rgb(225,74,181); }
td.TdClassName
{
border-color: #E14AB5;
}
.TagClassName
{
border-color: #E14AB5;
}
</style>