Shades of Brilliant Rose #E352AE
Tints of Brilliant Rose #E352AE
RGB
CMYK
RGB Variations
Color information
#E352AE (or 0xE352AE) is known color: Brilliant Rose. HEX triplet: E3, 52 and AE. RGB value is (227,82,174). Sum of RGB (Red+Green+Blue) = 227+82+174=483 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.00% from 483); Green value is 82 (32.42% from 255 or 16.98% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 227 - color contains mainly: red. Hex color #E352AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E352AE is #1CAD51. Grayscale: #878787. Windows color (decimal): -1879378 or 11424483. OLE color: 11424483.
HSL color Cylindrical-coordinate representation of color #E352AE: hue angle of 321.93º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E352AE is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 174 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.11 |
| HSL | 321.93º | 0.72% | 0.61% | - |
| HSV(B) | 321.93º | 0.64% | 0.89% | - |
| XYZ | 42.34 | 25.42 | 42.72 | - |
| YUV | 135.84 | 149.54 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 174 | 0 | 0.64 | 0.23 | 0.11 | 321.93 | 0.72 | 0.61 |
| Hex | E3 | 52 | AE | 0 | 40 | 17 | B | 142 | 48 | 3D |
| Octal | 343 | 122 | 256 | 0 | 100 | 27 | 13 | 502 | 110 | 75 |
| Binary | 11100011 | 1010010 | 10101110 | 0 | 1000000 | 10111 | 1011 | 101000010 | 1001000 | 111101 |
Color Harmonies of #E352AE
Complementary color
Monochromatic Colors of #E352AE
Black with #E352AE
Text Example
Text Example
White with #E352AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E352AE; }
p { color: rgb(227,82,174); }
H1.HeaderClassName
{
color: #E352AE;
}
.AnyTagClassName
{
color: #E352AE;
}
</style>
background-color css
<style>
a { background-color: #E352AE; }
a { background-color: rgb(227,82,174); }
div.DivClassName
{
background-color: #E352AE;
}
.BgClassName
{
background-color: #E352AE;
}
</style>
border-color css
<style>
span { border-color: #E352AE; }
span { border-color: rgb(227,82,174); }
td.TdClassName
{
border-color: #E352AE;
}
.TagClassName
{
border-color: #E352AE;
}
</style>