Shades of Brilliant Rose #E550AC
Tints of Brilliant Rose #E550AC
RGB
CMYK
RGB Variations
Color information
#E550AC (or 0xE550AC) is known color: Brilliant Rose. HEX triplet: E5, 50 and AC. RGB value is (229,80,172). Sum of RGB (Red+Green+Blue) = 229+80+172=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 80 (31.64% from 255 or 16.63% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 229 - color contains mainly: red. Hex color #E550AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E550AC is #1AAF53. Grayscale: #868686. Windows color (decimal): -1748820 or 11292901. OLE color: 11292901.
HSL color Cylindrical-coordinate representation of color #E550AC: hue angle of 322.95º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E550AC is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 80 | 172 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.10 |
| HSL | 322.95º | 0.74% | 0.61% | - |
| HSV(B) | 322.95º | 0.65% | 0.9% | - |
| XYZ | 42.63 | 25.37 | 41.68 | - |
| YUV | 135.04 | 148.86 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 80 | 172 | 0 | 0.65 | 0.25 | 0.10 | 322.95 | 0.74 | 0.61 |
| Hex | E5 | 50 | AC | 0 | 41 | 19 | A | 143 | 4A | 3D |
| Octal | 345 | 120 | 254 | 0 | 101 | 31 | 12 | 503 | 112 | 75 |
| Binary | 11100101 | 1010000 | 10101100 | 0 | 1000001 | 11001 | 1010 | 101000011 | 1001010 | 111101 |
Color Harmonies of #E550AC
Complementary color
Monochromatic Colors of #E550AC
Black with #E550AC
Text Example
Text Example
White with #E550AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E550AC; }
p { color: rgb(229,80,172); }
H1.HeaderClassName
{
color: #E550AC;
}
.AnyTagClassName
{
color: #E550AC;
}
</style>
background-color css
<style>
a { background-color: #E550AC; }
a { background-color: rgb(229,80,172); }
div.DivClassName
{
background-color: #E550AC;
}
.BgClassName
{
background-color: #E550AC;
}
</style>
border-color css
<style>
span { border-color: #E550AC; }
span { border-color: rgb(229,80,172); }
td.TdClassName
{
border-color: #E550AC;
}
.TagClassName
{
border-color: #E550AC;
}
</style>