Shades of Brilliant Rose #E554AF
Tints of Brilliant Rose #E554AF
RGB
CMYK
RGB Variations
Color information
#E554AF (or 0xE554AF) is known color: Brilliant Rose. HEX triplet: E5, 54 and AF. RGB value is (229,84,175). Sum of RGB (Red+Green+Blue) = 229+84+175=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 84 (33.20% from 255 or 17.21% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 229 - color contains mainly: red. Hex color #E554AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E554AF is #1AAB50. Grayscale: #898989. Windows color (decimal): -1747793 or 11490533. OLE color: 11490533.
HSL color Cylindrical-coordinate representation of color #E554AF: hue angle of 322.34º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E554AF is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 84 | 175 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.10 |
| HSL | 322.34º | 0.74% | 0.61% | - |
| HSV(B) | 322.34º | 0.63% | 0.9% | - |
| XYZ | 43.22 | 26.09 | 43.32 | - |
| YUV | 137.73 | 149.04 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 84 | 175 | 0 | 0.63 | 0.24 | 0.10 | 322.34 | 0.74 | 0.61 |
| Hex | E5 | 54 | AF | 0 | 3F | 18 | A | 142 | 4A | 3D |
| Octal | 345 | 124 | 257 | 0 | 77 | 30 | 12 | 502 | 112 | 75 |
| Binary | 11100101 | 1010100 | 10101111 | 0 | 111111 | 11000 | 1010 | 101000010 | 1001010 | 111101 |
Color Harmonies of #E554AF
Complementary color
Monochromatic Colors of #E554AF
Black with #E554AF
Text Example
Text Example
White with #E554AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E554AF; }
p { color: rgb(229,84,175); }
H1.HeaderClassName
{
color: #E554AF;
}
.AnyTagClassName
{
color: #E554AF;
}
</style>
background-color css
<style>
a { background-color: #E554AF; }
a { background-color: rgb(229,84,175); }
div.DivClassName
{
background-color: #E554AF;
}
.BgClassName
{
background-color: #E554AF;
}
</style>
border-color css
<style>
span { border-color: #E554AF; }
span { border-color: rgb(229,84,175); }
td.TdClassName
{
border-color: #E554AF;
}
.TagClassName
{
border-color: #E554AF;
}
</style>