Shades of Brilliant Rose #E352A9
Tints of Brilliant Rose #E352A9
RGB
CMYK
RGB Variations
Color information
#E352A9 (or 0xE352A9) is known color: Brilliant Rose. HEX triplet: E3, 52 and A9. RGB value is (227,82,169). Sum of RGB (Red+Green+Blue) = 227+82+169=478 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.49% from 478); Green value is 82 (32.42% from 255 or 17.15% from 478); Blue value is 169 (66.41% from 255 or 35.36% from 478); Max value from RGB is 227 - color contains mainly: red. Hex color #E352A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E352A9 is #1CAD56. Grayscale: #878787. Windows color (decimal): -1879383 or 11096803. OLE color: 11096803.
HSL color Cylindrical-coordinate representation of color #E352A9: hue angle of 324º 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 #E352A9 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 169 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.11 |
| HSL | 324º | 0.72% | 0.61% | - |
| HSV(B) | 324º | 0.64% | 0.89% | - |
| XYZ | 41.86 | 25.23 | 40.2 | - |
| YUV | 135.27 | 147.04 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 169 | 0 | 0.64 | 0.26 | 0.11 | 324 | 0.72 | 0.61 |
| Hex | E3 | 52 | A9 | 0 | 40 | 1A | B | 144 | 48 | 3D |
| Octal | 343 | 122 | 251 | 0 | 100 | 32 | 13 | 504 | 110 | 75 |
| Binary | 11100011 | 1010010 | 10101001 | 0 | 1000000 | 11010 | 1011 | 101000100 | 1001000 | 111101 |
Color Harmonies of #E352A9
Complementary color
Monochromatic Colors of #E352A9
Black with #E352A9
Text Example
Text Example
White with #E352A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E352A9; }
p { color: rgb(227,82,169); }
H1.HeaderClassName
{
color: #E352A9;
}
.AnyTagClassName
{
color: #E352A9;
}
</style>
background-color css
<style>
a { background-color: #E352A9; }
a { background-color: rgb(227,82,169); }
div.DivClassName
{
background-color: #E352A9;
}
.BgClassName
{
background-color: #E352A9;
}
</style>
border-color css
<style>
span { border-color: #E352A9; }
span { border-color: rgb(227,82,169); }
td.TdClassName
{
border-color: #E352A9;
}
.TagClassName
{
border-color: #E352A9;
}
</style>