Shades of Brilliant Rose #E352AD
Tints of Brilliant Rose #E352AD
RGB
CMYK
RGB Variations
Color information
#E352AD (or 0xE352AD) is known color: Brilliant Rose. HEX triplet: E3, 52 and AD. RGB value is (227,82,173). Sum of RGB (Red+Green+Blue) = 227+82+173=482 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.10% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 227 - color contains mainly: red. Hex color #E352AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E352AD is #1CAD52. Grayscale: #878787. Windows color (decimal): -1879379 or 11358947. OLE color: 11358947.
HSL color Cylindrical-coordinate representation of color #E352AD: hue angle of 322.34º 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 #E352AD is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 173 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.11 |
| HSL | 322.34º | 0.72% | 0.61% | - |
| HSV(B) | 322.34º | 0.64% | 0.89% | - |
| XYZ | 42.24 | 25.38 | 42.21 | - |
| YUV | 135.73 | 149.04 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 173 | 0 | 0.64 | 0.24 | 0.11 | 322.34 | 0.72 | 0.61 |
| Hex | E3 | 52 | AD | 0 | 40 | 18 | B | 142 | 48 | 3D |
| Octal | 343 | 122 | 255 | 0 | 100 | 30 | 13 | 502 | 110 | 75 |
| Binary | 11100011 | 1010010 | 10101101 | 0 | 1000000 | 11000 | 1011 | 101000010 | 1001000 | 111101 |
Color Harmonies of #E352AD
Complementary color
Monochromatic Colors of #E352AD
Black with #E352AD
Text Example
Text Example
White with #E352AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E352AD; }
p { color: rgb(227,82,173); }
H1.HeaderClassName
{
color: #E352AD;
}
.AnyTagClassName
{
color: #E352AD;
}
</style>
background-color css
<style>
a { background-color: #E352AD; }
a { background-color: rgb(227,82,173); }
div.DivClassName
{
background-color: #E352AD;
}
.BgClassName
{
background-color: #E352AD;
}
</style>
border-color css
<style>
span { border-color: #E352AD; }
span { border-color: rgb(227,82,173); }
td.TdClassName
{
border-color: #E352AD;
}
.TagClassName
{
border-color: #E352AD;
}
</style>