Shades of Brilliant Rose #E352A8
Tints of Brilliant Rose #E352A8
RGB
CMYK
RGB Variations
Color information
#E352A8 (or 0xE352A8) is known color: Brilliant Rose. HEX triplet: E3, 52 and A8. RGB value is (227,82,168). Sum of RGB (Red+Green+Blue) = 227+82+168=477 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.59% from 477); Green value is 82 (32.42% from 255 or 17.19% from 477); Blue value is 168 (66.02% from 255 or 35.22% from 477); Max value from RGB is 227 - color contains mainly: red. Hex color #E352A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E352A8 is #1CAD57. Grayscale: #868686. Windows color (decimal): -1879384 or 11031267. OLE color: 11031267.
HSL color Cylindrical-coordinate representation of color #E352A8: hue angle of 324.41º 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 #E352A8 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 168 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.11 |
| HSL | 324.41º | 0.72% | 0.61% | - |
| HSV(B) | 324.41º | 0.64% | 0.89% | - |
| XYZ | 41.76 | 25.19 | 39.71 | - |
| YUV | 135.16 | 146.54 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 168 | 0 | 0.64 | 0.26 | 0.11 | 324.41 | 0.72 | 0.61 |
| Hex | E3 | 52 | A8 | 0 | 40 | 1A | B | 144 | 48 | 3D |
| Octal | 343 | 122 | 250 | 0 | 100 | 32 | 13 | 504 | 110 | 75 |
| Binary | 11100011 | 1010010 | 10101000 | 0 | 1000000 | 11010 | 1011 | 101000100 | 1001000 | 111101 |
Color Harmonies of #E352A8
Complementary color
Monochromatic Colors of #E352A8
Black with #E352A8
Text Example
Text Example
White with #E352A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E352A8; }
p { color: rgb(227,82,168); }
H1.HeaderClassName
{
color: #E352A8;
}
.AnyTagClassName
{
color: #E352A8;
}
</style>
background-color css
<style>
a { background-color: #E352A8; }
a { background-color: rgb(227,82,168); }
div.DivClassName
{
background-color: #E352A8;
}
.BgClassName
{
background-color: #E352A8;
}
</style>
border-color css
<style>
span { border-color: #E352A8; }
span { border-color: rgb(227,82,168); }
td.TdClassName
{
border-color: #E352A8;
}
.TagClassName
{
border-color: #E352A8;
}
</style>