Shades of Brilliant Rose #E551AF
Tints of Brilliant Rose #E551AF
RGB
CMYK
RGB Variations
Color information
#E551AF (or 0xE551AF) is known color: Brilliant Rose. HEX triplet: E5, 51 and AF. RGB value is (229,81,175). Sum of RGB (Red+Green+Blue) = 229+81+175=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 81 (32.03% from 255 or 16.70% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E551AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E551AF is #1AAE50. Grayscale: #878787. Windows color (decimal): -1748561 or 11489765. OLE color: 11489765.
HSL color Cylindrical-coordinate representation of color #E551AF: hue angle of 321.89º 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 #E551AF is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 81 | 175 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.10 |
| HSL | 321.89º | 0.74% | 0.61% | - |
| HSV(B) | 321.89º | 0.65% | 0.9% | - |
| XYZ | 42.99 | 25.64 | 43.24 | - |
| YUV | 135.97 | 150.03 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 81 | 175 | 0 | 0.65 | 0.24 | 0.10 | 321.89 | 0.74 | 0.61 |
| Hex | E5 | 51 | AF | 0 | 41 | 18 | A | 142 | 4A | 3D |
| Octal | 345 | 121 | 257 | 0 | 101 | 30 | 12 | 502 | 112 | 75 |
| Binary | 11100101 | 1010001 | 10101111 | 0 | 1000001 | 11000 | 1010 | 101000010 | 1001010 | 111101 |
Color Harmonies of #E551AF
Complementary color
Monochromatic Colors of #E551AF
Black with #E551AF
Text Example
Text Example
White with #E551AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E551AF; }
p { color: rgb(229,81,175); }
H1.HeaderClassName
{
color: #E551AF;
}
.AnyTagClassName
{
color: #E551AF;
}
</style>
background-color css
<style>
a { background-color: #E551AF; }
a { background-color: rgb(229,81,175); }
div.DivClassName
{
background-color: #E551AF;
}
.BgClassName
{
background-color: #E551AF;
}
</style>
border-color css
<style>
span { border-color: #E551AF; }
span { border-color: rgb(229,81,175); }
td.TdClassName
{
border-color: #E551AF;
}
.TagClassName
{
border-color: #E551AF;
}
</style>