Shades of Brilliant Rose #E353AE
Tints of Brilliant Rose #E353AE
RGB
CMYK
RGB Variations
Color information
#E353AE (or 0xE353AE) is known color: Brilliant Rose. HEX triplet: E3, 53 and AE. RGB value is (227,83,174). Sum of RGB (Red+Green+Blue) = 227+83+174=484 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.90% from 484); Green value is 83 (32.81% from 255 or 17.15% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 227 - color contains mainly: red. Hex color #E353AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E353AE is #1CAC51. Grayscale: #888888. Windows color (decimal): -1879122 or 11424739. OLE color: 11424739.
HSL color Cylindrical-coordinate representation of color #E353AE: hue angle of 322.08º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E353AE is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 83 | 174 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.11 |
| HSL | 322.08º | 0.72% | 0.61% | - |
| HSV(B) | 322.08º | 0.63% | 0.89% | - |
| XYZ | 42.41 | 25.57 | 42.75 | - |
| YUV | 136.43 | 149.21 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 83 | 174 | 0 | 0.63 | 0.23 | 0.11 | 322.08 | 0.72 | 0.61 |
| Hex | E3 | 53 | AE | 0 | 3F | 17 | B | 142 | 48 | 3D |
| Octal | 343 | 123 | 256 | 0 | 77 | 27 | 13 | 502 | 110 | 75 |
| Binary | 11100011 | 1010011 | 10101110 | 0 | 111111 | 10111 | 1011 | 101000010 | 1001000 | 111101 |
Color Harmonies of #E353AE
Complementary color
Monochromatic Colors of #E353AE
Black with #E353AE
Text Example
Text Example
White with #E353AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E353AE; }
p { color: rgb(227,83,174); }
H1.HeaderClassName
{
color: #E353AE;
}
.AnyTagClassName
{
color: #E353AE;
}
</style>
background-color css
<style>
a { background-color: #E353AE; }
a { background-color: rgb(227,83,174); }
div.DivClassName
{
background-color: #E353AE;
}
.BgClassName
{
background-color: #E353AE;
}
</style>
border-color css
<style>
span { border-color: #E353AE; }
span { border-color: rgb(227,83,174); }
td.TdClassName
{
border-color: #E353AE;
}
.TagClassName
{
border-color: #E353AE;
}
</style>