Shades of Brilliant Rose #E552AF
Tints of Brilliant Rose #E552AF
RGB
CMYK
RGB Variations
Color information
#E552AF (or 0xE552AF) is known color: Brilliant Rose. HEX triplet: E5, 52 and AF. RGB value is (229,82,175). Sum of RGB (Red+Green+Blue) = 229+82+175=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 82 (32.42% from 255 or 16.87% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E552AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E552AF is #1AAD50. Grayscale: #888888. Windows color (decimal): -1748305 or 11490021. OLE color: 11490021.
HSL color Cylindrical-coordinate representation of color #E552AF: hue angle of 322.04º 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 #E552AF is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 82 | 175 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.10 |
| HSL | 322.04º | 0.74% | 0.61% | - |
| HSV(B) | 322.04º | 0.64% | 0.9% | - |
| XYZ | 43.07 | 25.79 | 43.27 | - |
| YUV | 136.56 | 149.7 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 82 | 175 | 0 | 0.64 | 0.24 | 0.10 | 322.04 | 0.74 | 0.61 |
| Hex | E5 | 52 | AF | 0 | 40 | 18 | A | 142 | 4A | 3D |
| Octal | 345 | 122 | 257 | 0 | 100 | 30 | 12 | 502 | 112 | 75 |
| Binary | 11100101 | 1010010 | 10101111 | 0 | 1000000 | 11000 | 1010 | 101000010 | 1001010 | 111101 |
Color Harmonies of #E552AF
Complementary color
Monochromatic Colors of #E552AF
Black with #E552AF
Text Example
Text Example
White with #E552AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E552AF; }
p { color: rgb(229,82,175); }
H1.HeaderClassName
{
color: #E552AF;
}
.AnyTagClassName
{
color: #E552AF;
}
</style>
background-color css
<style>
a { background-color: #E552AF; }
a { background-color: rgb(229,82,175); }
div.DivClassName
{
background-color: #E552AF;
}
.BgClassName
{
background-color: #E552AF;
}
</style>
border-color css
<style>
span { border-color: #E552AF; }
span { border-color: rgb(229,82,175); }
td.TdClassName
{
border-color: #E552AF;
}
.TagClassName
{
border-color: #E552AF;
}
</style>