Shades of Brilliant Rose #E552A3
Tints of Brilliant Rose #E552A3
RGB
CMYK
RGB Variations
Color information
#E552A3 (or 0xE552A3) is known color: Brilliant Rose. HEX triplet: E5, 52 and A3. RGB value is (229,82,163). Sum of RGB (Red+Green+Blue) = 229+82+163=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 82 (32.42% from 255 or 17.30% from 474); Blue value is 163 (64.06% from 255 or 34.39% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E552A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E552A3 is #1AAD5C. Grayscale: #878787. Windows color (decimal): -1748317 or 10703589. OLE color: 10703589.
HSL color Cylindrical-coordinate representation of color #E552A3: hue angle of 326.94º 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 #E552A3 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 82 | 163 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.10 |
| HSL | 326.94º | 0.74% | 0.61% | - |
| HSV(B) | 326.94º | 0.64% | 0.9% | - |
| XYZ | 41.94 | 25.34 | 37.33 | - |
| YUV | 135.19 | 143.7 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 82 | 163 | 0 | 0.64 | 0.29 | 0.10 | 326.94 | 0.74 | 0.61 |
| Hex | E5 | 52 | A3 | 0 | 40 | 1D | A | 147 | 4A | 3D |
| Octal | 345 | 122 | 243 | 0 | 100 | 35 | 12 | 507 | 112 | 75 |
| Binary | 11100101 | 1010010 | 10100011 | 0 | 1000000 | 11101 | 1010 | 101000111 | 1001010 | 111101 |
Color Harmonies of #E552A3
Complementary color
Monochromatic Colors of #E552A3
Black with #E552A3
Text Example
Text Example
White with #E552A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E552A3; }
p { color: rgb(229,82,163); }
H1.HeaderClassName
{
color: #E552A3;
}
.AnyTagClassName
{
color: #E552A3;
}
</style>
background-color css
<style>
a { background-color: #E552A3; }
a { background-color: rgb(229,82,163); }
div.DivClassName
{
background-color: #E552A3;
}
.BgClassName
{
background-color: #E552A3;
}
</style>
border-color css
<style>
span { border-color: #E552A3; }
span { border-color: rgb(229,82,163); }
td.TdClassName
{
border-color: #E552A3;
}
.TagClassName
{
border-color: #E552A3;
}
</style>