Shades of Brilliant Rose #E556B2
Tints of Brilliant Rose #E556B2
RGB
CMYK
RGB Variations
Color information
#E556B2 (or 0xE556B2) is known color: Brilliant Rose. HEX triplet: E5, 56 and B2. RGB value is (229,86,178). Sum of RGB (Red+Green+Blue) = 229+86+178=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 86 (33.98% from 255 or 17.44% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E556B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E556B2 is #1AA94D. Grayscale: #8B8B8B. Windows color (decimal): -1747278 or 11687653. OLE color: 11687653.
HSL color Cylindrical-coordinate representation of color #E556B2: hue angle of 321.4º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E556B2 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 86 | 178 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.10 |
| HSL | 321.4º | 0.73% | 0.62% | - |
| HSV(B) | 321.4º | 0.62% | 0.9% | - |
| XYZ | 43.68 | 26.53 | 44.94 | - |
| YUV | 139.25 | 149.88 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 86 | 178 | 0 | 0.62 | 0.22 | 0.10 | 321.4 | 0.73 | 0.62 |
| Hex | E5 | 56 | B2 | 0 | 3E | 16 | A | 141 | 49 | 3E |
| Octal | 345 | 126 | 262 | 0 | 76 | 26 | 12 | 501 | 111 | 76 |
| Binary | 11100101 | 1010110 | 10110010 | 0 | 111110 | 10110 | 1010 | 101000001 | 1001001 | 111110 |
Color Harmonies of #E556B2
Complementary color
Monochromatic Colors of #E556B2
Black with #E556B2
Text Example
Text Example
White with #E556B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E556B2; }
p { color: rgb(229,86,178); }
H1.HeaderClassName
{
color: #E556B2;
}
.AnyTagClassName
{
color: #E556B2;
}
</style>
background-color css
<style>
a { background-color: #E556B2; }
a { background-color: rgb(229,86,178); }
div.DivClassName
{
background-color: #E556B2;
}
.BgClassName
{
background-color: #E556B2;
}
</style>
border-color css
<style>
span { border-color: #E556B2; }
span { border-color: rgb(229,86,178); }
td.TdClassName
{
border-color: #E556B2;
}
.TagClassName
{
border-color: #E556B2;
}
</style>