Shades of Brilliant Rose #E34AAB
Tints of Brilliant Rose #E34AAB
RGB
CMYK
RGB Variations
Color information
#E34AAB (or 0xE34AAB) is known color: Brilliant Rose. HEX triplet: E3, 4A and AB. RGB value is (227,74,171). Sum of RGB (Red+Green+Blue) = 227+74+171=472 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.09% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 227 - color contains mainly: red. Hex color #E34AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34AAB is #1CB554. Grayscale: #828282. Windows color (decimal): -1881429 or 11225827. OLE color: 11225827.
HSL color Cylindrical-coordinate representation of color #E34AAB: hue angle of 321.96º 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 #E34AAB is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 74 | 171 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.11 |
| HSL | 321.96º | 0.73% | 0.59% | - |
| HSV(B) | 321.96º | 0.67% | 0.89% | - |
| XYZ | 41.48 | 24.17 | 41.01 | - |
| YUV | 130.81 | 150.69 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 74 | 171 | 0 | 0.67 | 0.25 | 0.11 | 321.96 | 0.73 | 0.59 |
| Hex | E3 | 4A | AB | 0 | 43 | 19 | B | 142 | 49 | 3B |
| Octal | 343 | 112 | 253 | 0 | 103 | 31 | 13 | 502 | 111 | 73 |
| Binary | 11100011 | 1001010 | 10101011 | 0 | 1000011 | 11001 | 1011 | 101000010 | 1001001 | 111011 |
Color Harmonies of #E34AAB
Complementary color
Monochromatic Colors of #E34AAB
Black with #E34AAB
Text Example
Text Example
White with #E34AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34AAB; }
p { color: rgb(227,74,171); }
H1.HeaderClassName
{
color: #E34AAB;
}
.AnyTagClassName
{
color: #E34AAB;
}
</style>
background-color css
<style>
a { background-color: #E34AAB; }
a { background-color: rgb(227,74,171); }
div.DivClassName
{
background-color: #E34AAB;
}
.BgClassName
{
background-color: #E34AAB;
}
</style>
border-color css
<style>
span { border-color: #E34AAB; }
span { border-color: rgb(227,74,171); }
td.TdClassName
{
border-color: #E34AAB;
}
.TagClassName
{
border-color: #E34AAB;
}
</style>