Shades of Brilliant Rose #E359A8
Tints of Brilliant Rose #E359A8
RGB
CMYK
RGB Variations
Color information
#E359A8 (or 0xE359A8) is known color: Brilliant Rose. HEX triplet: E3, 59 and A8. RGB value is (227,89,168). Sum of RGB (Red+Green+Blue) = 227+89+168=484 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.90% from 484); Green value is 89 (35.16% from 255 or 18.39% from 484); Blue value is 168 (66.02% from 255 or 34.71% from 484); Max value from RGB is 227 - color contains mainly: red. Hex color #E359A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E359A8 is #1CA657. Grayscale: #8B8B8B. Windows color (decimal): -1877592 or 11033059. OLE color: 11033059.
HSL color Cylindrical-coordinate representation of color #E359A8: hue angle of 325.65º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E359A8 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 89 | 168 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.11 |
| HSL | 325.65º | 0.71% | 0.62% | - |
| HSV(B) | 325.65º | 0.61% | 0.89% | - |
| XYZ | 42.32 | 26.3 | 39.89 | - |
| YUV | 139.27 | 144.22 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 89 | 168 | 0 | 0.61 | 0.26 | 0.11 | 325.65 | 0.71 | 0.62 |
| Hex | E3 | 59 | A8 | 0 | 3D | 1A | B | 146 | 47 | 3E |
| Octal | 343 | 131 | 250 | 0 | 75 | 32 | 13 | 506 | 107 | 76 |
| Binary | 11100011 | 1011001 | 10101000 | 0 | 111101 | 11010 | 1011 | 101000110 | 1000111 | 111110 |
Color Harmonies of #E359A8
Complementary color
Monochromatic Colors of #E359A8
Black with #E359A8
Text Example
Text Example
White with #E359A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E359A8; }
p { color: rgb(227,89,168); }
H1.HeaderClassName
{
color: #E359A8;
}
.AnyTagClassName
{
color: #E359A8;
}
</style>
background-color css
<style>
a { background-color: #E359A8; }
a { background-color: rgb(227,89,168); }
div.DivClassName
{
background-color: #E359A8;
}
.BgClassName
{
background-color: #E359A8;
}
</style>
border-color css
<style>
span { border-color: #E359A8; }
span { border-color: rgb(227,89,168); }
td.TdClassName
{
border-color: #E359A8;
}
.TagClassName
{
border-color: #E359A8;
}
</style>