Shades of Brilliant Rose #E360A8
Tints of Brilliant Rose #E360A8
RGB
CMYK
RGB Variations
Color information
#E360A8 (or 0xE360A8) is known color: Brilliant Rose. HEX triplet: E3, 60 and A8. RGB value is (227,96,168). Sum of RGB (Red+Green+Blue) = 227+96+168=491 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.23% from 491); Green value is 96 (37.89% from 255 or 19.55% from 491); Blue value is 168 (66.02% from 255 or 34.22% from 491); Max value from RGB is 227 - color contains mainly: red. Hex color #E360A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E360A8 is #1C9F57. Grayscale: #8F8F8F. Windows color (decimal): -1875800 or 11034851. OLE color: 11034851.
HSL color Cylindrical-coordinate representation of color #E360A8: hue angle of 327.02º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E360A8 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 96 | 168 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.11 |
| HSL | 327.02º | 0.7% | 0.63% | - |
| HSV(B) | 327.02º | 0.58% | 0.89% | - |
| XYZ | 42.93 | 27.52 | 40.1 | - |
| YUV | 143.38 | 141.9 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 96 | 168 | 0 | 0.58 | 0.26 | 0.11 | 327.02 | 0.7 | 0.63 |
| Hex | E3 | 60 | A8 | 0 | 3A | 1A | B | 147 | 46 | 3F |
| Octal | 343 | 140 | 250 | 0 | 72 | 32 | 13 | 507 | 106 | 77 |
| Binary | 11100011 | 1100000 | 10101000 | 0 | 111010 | 11010 | 1011 | 101000111 | 1000110 | 111111 |
Color Harmonies of #E360A8
Complementary color
Monochromatic Colors of #E360A8
Black with #E360A8
Text Example
Text Example
White with #E360A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E360A8; }
p { color: rgb(227,96,168); }
H1.HeaderClassName
{
color: #E360A8;
}
.AnyTagClassName
{
color: #E360A8;
}
</style>
background-color css
<style>
a { background-color: #E360A8; }
a { background-color: rgb(227,96,168); }
div.DivClassName
{
background-color: #E360A8;
}
.BgClassName
{
background-color: #E360A8;
}
</style>
border-color css
<style>
span { border-color: #E360A8; }
span { border-color: rgb(227,96,168); }
td.TdClassName
{
border-color: #E360A8;
}
.TagClassName
{
border-color: #E360A8;
}
</style>