Shades of Brilliant Rose #E455B2
Tints of Brilliant Rose #E455B2
RGB
CMYK
RGB Variations
Color information
#E455B2 (or 0xE455B2) is known color: Brilliant Rose. HEX triplet: E4, 55 and B2. RGB value is (228,85,178). Sum of RGB (Red+Green+Blue) = 228+85+178=491 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.44% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 228 - color contains mainly: red. Hex color #E455B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E455B2 is #1BAA4D. Grayscale: #8A8A8A. Windows color (decimal): -1813070 or 11687396. OLE color: 11687396.
HSL color Cylindrical-coordinate representation of color #E455B2: hue angle of 320.98º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E455B2 is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 85 | 178 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.11 |
| HSL | 320.98º | 0.73% | 0.61% | - |
| HSV(B) | 320.98º | 0.63% | 0.89% | - |
| XYZ | 43.28 | 26.21 | 44.9 | - |
| YUV | 138.36 | 150.38 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 85 | 178 | 0 | 0.63 | 0.22 | 0.11 | 320.98 | 0.73 | 0.61 |
| Hex | E4 | 55 | B2 | 0 | 3F | 16 | B | 141 | 49 | 3D |
| Octal | 344 | 125 | 262 | 0 | 77 | 26 | 13 | 501 | 111 | 75 |
| Binary | 11100100 | 1010101 | 10110010 | 0 | 111111 | 10110 | 1011 | 101000001 | 1001001 | 111101 |
Color Harmonies of #E455B2
Complementary color
Monochromatic Colors of #E455B2
Black with #E455B2
Text Example
Text Example
White with #E455B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E455B2; }
p { color: rgb(228,85,178); }
H1.HeaderClassName
{
color: #E455B2;
}
.AnyTagClassName
{
color: #E455B2;
}
</style>
background-color css
<style>
a { background-color: #E455B2; }
a { background-color: rgb(228,85,178); }
div.DivClassName
{
background-color: #E455B2;
}
.BgClassName
{
background-color: #E455B2;
}
</style>
border-color css
<style>
span { border-color: #E455B2; }
span { border-color: rgb(228,85,178); }
td.TdClassName
{
border-color: #E455B2;
}
.TagClassName
{
border-color: #E455B2;
}
</style>