Shades of Brilliant Rose #E552AE
Tints of Brilliant Rose #E552AE
RGB
CMYK
RGB Variations
Color information
#E552AE (or 0xE552AE) is known color: Brilliant Rose. HEX triplet: E5, 52 and AE. RGB value is (229,82,174). Sum of RGB (Red+Green+Blue) = 229+82+174=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 82 (32.42% from 255 or 16.91% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E552AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E552AE is #1AAD51. Grayscale: #888888. Windows color (decimal): -1748306 or 11424485. OLE color: 11424485.
HSL color Cylindrical-coordinate representation of color #E552AE: hue angle of 322.45º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E552AE is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 82 | 174 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.10 |
| HSL | 322.45º | 0.74% | 0.61% | - |
| HSV(B) | 322.45º | 0.64% | 0.9% | - |
| XYZ | 42.97 | 25.75 | 42.75 | - |
| YUV | 136.44 | 149.2 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 82 | 174 | 0 | 0.64 | 0.24 | 0.10 | 322.45 | 0.74 | 0.61 |
| Hex | E5 | 52 | AE | 0 | 40 | 18 | A | 142 | 4A | 3D |
| Octal | 345 | 122 | 256 | 0 | 100 | 30 | 12 | 502 | 112 | 75 |
| Binary | 11100101 | 1010010 | 10101110 | 0 | 1000000 | 11000 | 1010 | 101000010 | 1001010 | 111101 |
Color Harmonies of #E552AE
Complementary color
Monochromatic Colors of #E552AE
Black with #E552AE
Text Example
Text Example
White with #E552AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E552AE; }
p { color: rgb(229,82,174); }
H1.HeaderClassName
{
color: #E552AE;
}
.AnyTagClassName
{
color: #E552AE;
}
</style>
background-color css
<style>
a { background-color: #E552AE; }
a { background-color: rgb(229,82,174); }
div.DivClassName
{
background-color: #E552AE;
}
.BgClassName
{
background-color: #E552AE;
}
</style>
border-color css
<style>
span { border-color: #E552AE; }
span { border-color: rgb(229,82,174); }
td.TdClassName
{
border-color: #E552AE;
}
.TagClassName
{
border-color: #E552AE;
}
</style>