Shades of Brilliant Rose #E352A4
Tints of Brilliant Rose #E352A4
RGB
CMYK
RGB Variations
Color information
#E352A4 (or 0xE352A4) is known color: Brilliant Rose. HEX triplet: E3, 52 and A4. RGB value is (227,82,164). Sum of RGB (Red+Green+Blue) = 227+82+164=473 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.99% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 164 (64.45% from 255 or 34.67% from 473); Max value from RGB is 227 - color contains mainly: red. Hex color #E352A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E352A4 is #1CAD5B. Grayscale: #868686. Windows color (decimal): -1879388 or 10769123. OLE color: 10769123.
HSL color Cylindrical-coordinate representation of color #E352A4: hue angle of 326.07º 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 #E352A4 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 164 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.11 |
| HSL | 326.07º | 0.72% | 0.61% | - |
| HSV(B) | 326.07º | 0.64% | 0.89% | - |
| XYZ | 41.4 | 25.05 | 37.77 | - |
| YUV | 134.7 | 144.54 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 164 | 0 | 0.64 | 0.28 | 0.11 | 326.07 | 0.72 | 0.61 |
| Hex | E3 | 52 | A4 | 0 | 40 | 1C | B | 146 | 48 | 3D |
| Octal | 343 | 122 | 244 | 0 | 100 | 34 | 13 | 506 | 110 | 75 |
| Binary | 11100011 | 1010010 | 10100100 | 0 | 1000000 | 11100 | 1011 | 101000110 | 1001000 | 111101 |
Color Harmonies of #E352A4
Complementary color
Monochromatic Colors of #E352A4
Black with #E352A4
Text Example
Text Example
White with #E352A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E352A4; }
p { color: rgb(227,82,164); }
H1.HeaderClassName
{
color: #E352A4;
}
.AnyTagClassName
{
color: #E352A4;
}
</style>
background-color css
<style>
a { background-color: #E352A4; }
a { background-color: rgb(227,82,164); }
div.DivClassName
{
background-color: #E352A4;
}
.BgClassName
{
background-color: #E352A4;
}
</style>
border-color css
<style>
span { border-color: #E352A4; }
span { border-color: rgb(227,82,164); }
td.TdClassName
{
border-color: #E352A4;
}
.TagClassName
{
border-color: #E352A4;
}
</style>