Shades of Brilliant Rose #E358B0
Tints of Brilliant Rose #E358B0
RGB
CMYK
RGB Variations
Color information
#E358B0 (or 0xE358B0) is known color: Brilliant Rose. HEX triplet: E3, 58 and B0. RGB value is (227,88,176). Sum of RGB (Red+Green+Blue) = 227+88+176=491 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.23% from 491); Green value is 88 (34.77% from 255 or 17.92% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 227 - color contains mainly: red. Hex color #E358B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E358B0 is #1CA74F. Grayscale: #8B8B8B. Windows color (decimal): -1877840 or 11557091. OLE color: 11557091.
HSL color Cylindrical-coordinate representation of color #E358B0: hue angle of 322.01º 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 #E358B0 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 88 | 176 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.11 |
| HSL | 322.01º | 0.71% | 0.62% | - |
| HSV(B) | 322.01º | 0.61% | 0.89% | - |
| XYZ | 43 | 26.44 | 43.91 | - |
| YUV | 139.59 | 148.55 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 88 | 176 | 0 | 0.61 | 0.22 | 0.11 | 322.01 | 0.71 | 0.62 |
| Hex | E3 | 58 | B0 | 0 | 3D | 16 | B | 142 | 47 | 3E |
| Octal | 343 | 130 | 260 | 0 | 75 | 26 | 13 | 502 | 107 | 76 |
| Binary | 11100011 | 1011000 | 10110000 | 0 | 111101 | 10110 | 1011 | 101000010 | 1000111 | 111110 |
Color Harmonies of #E358B0
Complementary color
Monochromatic Colors of #E358B0
Black with #E358B0
Text Example
Text Example
White with #E358B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E358B0; }
p { color: rgb(227,88,176); }
H1.HeaderClassName
{
color: #E358B0;
}
.AnyTagClassName
{
color: #E358B0;
}
</style>
background-color css
<style>
a { background-color: #E358B0; }
a { background-color: rgb(227,88,176); }
div.DivClassName
{
background-color: #E358B0;
}
.BgClassName
{
background-color: #E358B0;
}
</style>
border-color css
<style>
span { border-color: #E358B0; }
span { border-color: rgb(227,88,176); }
td.TdClassName
{
border-color: #E358B0;
}
.TagClassName
{
border-color: #E358B0;
}
</style>