Shades of Brilliant Rose #E34BA0
Tints of Brilliant Rose #E34BA0
RGB
CMYK
RGB Variations
Color information
#E34BA0 (or 0xE34BA0) is known color: Brilliant Rose. HEX triplet: E3, 4B and A0. RGB value is (227,75,160). Sum of RGB (Red+Green+Blue) = 227+75+160=462 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.13% from 462); Green value is 75 (29.69% from 255 or 16.23% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 227 - color contains mainly: red. Hex color #E34BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34BA0 is #1CB45F. Grayscale: #818181. Windows color (decimal): -1881184 or 10505187. OLE color: 10505187.
HSL color Cylindrical-coordinate representation of color #E34BA0: hue angle of 326.45º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E34BA0 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 75 | 160 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.11 |
| HSL | 326.45º | 0.73% | 0.59% | - |
| HSV(B) | 326.45º | 0.67% | 0.89% | - |
| XYZ | 40.54 | 23.9 | 35.73 | - |
| YUV | 130.14 | 144.86 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 75 | 160 | 0 | 0.67 | 0.30 | 0.11 | 326.45 | 0.73 | 0.59 |
| Hex | E3 | 4B | A0 | 0 | 43 | 1E | B | 146 | 49 | 3B |
| Octal | 343 | 113 | 240 | 0 | 103 | 36 | 13 | 506 | 111 | 73 |
| Binary | 11100011 | 1001011 | 10100000 | 0 | 1000011 | 11110 | 1011 | 101000110 | 1001001 | 111011 |
Color Harmonies of #E34BA0
Complementary color
Monochromatic Colors of #E34BA0
Black with #E34BA0
Text Example
Text Example
White with #E34BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34BA0; }
p { color: rgb(227,75,160); }
H1.HeaderClassName
{
color: #E34BA0;
}
.AnyTagClassName
{
color: #E34BA0;
}
</style>
background-color css
<style>
a { background-color: #E34BA0; }
a { background-color: rgb(227,75,160); }
div.DivClassName
{
background-color: #E34BA0;
}
.BgClassName
{
background-color: #E34BA0;
}
</style>
border-color css
<style>
span { border-color: #E34BA0; }
span { border-color: rgb(227,75,160); }
td.TdClassName
{
border-color: #E34BA0;
}
.TagClassName
{
border-color: #E34BA0;
}
</style>