Shades of Brilliant Rose #E352A3
Tints of Brilliant Rose #E352A3
RGB
CMYK
RGB Variations
Color information
#E352A3 (or 0xE352A3) is known color: Brilliant Rose. HEX triplet: E3, 52 and A3. RGB value is (227,82,163). Sum of RGB (Red+Green+Blue) = 227+82+163=472 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.09% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 227 - color contains mainly: red. Hex color #E352A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E352A3 is #1CAD5C. Grayscale: #868686. Windows color (decimal): -1879389 or 10703587. OLE color: 10703587.
HSL color Cylindrical-coordinate representation of color #E352A3: hue angle of 326.48º 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 #E352A3 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 163 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.11 |
| HSL | 326.48º | 0.72% | 0.61% | - |
| HSV(B) | 326.48º | 0.64% | 0.89% | - |
| XYZ | 41.31 | 25.01 | 37.3 | - |
| YUV | 134.59 | 144.04 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 163 | 0 | 0.64 | 0.28 | 0.11 | 326.48 | 0.72 | 0.61 |
| Hex | E3 | 52 | A3 | 0 | 40 | 1C | B | 146 | 48 | 3D |
| Octal | 343 | 122 | 243 | 0 | 100 | 34 | 13 | 506 | 110 | 75 |
| Binary | 11100011 | 1010010 | 10100011 | 0 | 1000000 | 11100 | 1011 | 101000110 | 1001000 | 111101 |
Color Harmonies of #E352A3
Complementary color
Monochromatic Colors of #E352A3
Black with #E352A3
Text Example
Text Example
White with #E352A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E352A3; }
p { color: rgb(227,82,163); }
H1.HeaderClassName
{
color: #E352A3;
}
.AnyTagClassName
{
color: #E352A3;
}
</style>
background-color css
<style>
a { background-color: #E352A3; }
a { background-color: rgb(227,82,163); }
div.DivClassName
{
background-color: #E352A3;
}
.BgClassName
{
background-color: #E352A3;
}
</style>
border-color css
<style>
span { border-color: #E352A3; }
span { border-color: rgb(227,82,163); }
td.TdClassName
{
border-color: #E352A3;
}
.TagClassName
{
border-color: #E352A3;
}
</style>