Shades of Brilliant Rose #E356B0
Tints of Brilliant Rose #E356B0
RGB
CMYK
RGB Variations
Color information
#E356B0 (or 0xE356B0) is known color: Brilliant Rose. HEX triplet: E3, 56 and B0. RGB value is (227,86,176). Sum of RGB (Red+Green+Blue) = 227+86+176=489 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.42% from 489); Green value is 86 (33.98% from 255 or 17.59% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 227 - color contains mainly: red. Hex color #E356B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E356B0 is #1CA94F. Grayscale: #8A8A8A. Windows color (decimal): -1878352 or 11556579. OLE color: 11556579.
HSL color Cylindrical-coordinate representation of color #E356B0: hue angle of 321.7º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E356B0 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 86 | 176 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.11 |
| HSL | 321.7º | 0.72% | 0.61% | - |
| HSV(B) | 321.7º | 0.62% | 0.89% | - |
| XYZ | 42.84 | 26.12 | 43.86 | - |
| YUV | 138.42 | 149.21 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 86 | 176 | 0 | 0.62 | 0.22 | 0.11 | 321.7 | 0.72 | 0.61 |
| Hex | E3 | 56 | B0 | 0 | 3E | 16 | B | 142 | 48 | 3D |
| Octal | 343 | 126 | 260 | 0 | 76 | 26 | 13 | 502 | 110 | 75 |
| Binary | 11100011 | 1010110 | 10110000 | 0 | 111110 | 10110 | 1011 | 101000010 | 1001000 | 111101 |
Color Harmonies of #E356B0
Complementary color
Monochromatic Colors of #E356B0
Black with #E356B0
Text Example
Text Example
White with #E356B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E356B0; }
p { color: rgb(227,86,176); }
H1.HeaderClassName
{
color: #E356B0;
}
.AnyTagClassName
{
color: #E356B0;
}
</style>
background-color css
<style>
a { background-color: #E356B0; }
a { background-color: rgb(227,86,176); }
div.DivClassName
{
background-color: #E356B0;
}
.BgClassName
{
background-color: #E356B0;
}
</style>
border-color css
<style>
span { border-color: #E356B0; }
span { border-color: rgb(227,86,176); }
td.TdClassName
{
border-color: #E356B0;
}
.TagClassName
{
border-color: #E356B0;
}
</style>