Shades of Brilliant Rose #E349AE
Tints of Brilliant Rose #E349AE
RGB
CMYK
RGB Variations
Color information
#E349AE (or 0xE349AE) is known color: Brilliant Rose. HEX triplet: E3, 49 and AE. RGB value is (227,73,174). Sum of RGB (Red+Green+Blue) = 227+73+174=474 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.89% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 227 - color contains mainly: red. Hex color #E349AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E349AE is #1CB651. Grayscale: #828282. Windows color (decimal): -1881682 or 11422179. OLE color: 11422179.
HSL color Cylindrical-coordinate representation of color #E349AE: hue angle of 320.65º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E349AE is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 73 | 174 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.11 |
| HSL | 320.65º | 0.73% | 0.59% | - |
| HSV(B) | 320.65º | 0.68% | 0.89% | - |
| XYZ | 41.7 | 24.15 | 42.51 | - |
| YUV | 130.56 | 152.52 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 73 | 174 | 0 | 0.68 | 0.23 | 0.11 | 320.65 | 0.73 | 0.59 |
| Hex | E3 | 49 | AE | 0 | 44 | 17 | B | 141 | 49 | 3B |
| Octal | 343 | 111 | 256 | 0 | 104 | 27 | 13 | 501 | 111 | 73 |
| Binary | 11100011 | 1001001 | 10101110 | 0 | 1000100 | 10111 | 1011 | 101000001 | 1001001 | 111011 |
Color Harmonies of #E349AE
Complementary color
Monochromatic Colors of #E349AE
Black with #E349AE
Text Example
Text Example
White with #E349AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E349AE; }
p { color: rgb(227,73,174); }
H1.HeaderClassName
{
color: #E349AE;
}
.AnyTagClassName
{
color: #E349AE;
}
</style>
background-color css
<style>
a { background-color: #E349AE; }
a { background-color: rgb(227,73,174); }
div.DivClassName
{
background-color: #E349AE;
}
.BgClassName
{
background-color: #E349AE;
}
</style>
border-color css
<style>
span { border-color: #E349AE; }
span { border-color: rgb(227,73,174); }
td.TdClassName
{
border-color: #E349AE;
}
.TagClassName
{
border-color: #E349AE;
}
</style>