Shades of Brilliant Rose #E546AF
Tints of Brilliant Rose #E546AF
RGB
CMYK
RGB Variations
Color information
#E546AF (or 0xE546AF) is known color: Brilliant Rose. HEX triplet: E5, 46 and AF. RGB value is (229,70,175). Sum of RGB (Red+Green+Blue) = 229+70+175=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 70 (27.73% from 255 or 14.77% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E546AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E546AF is #1AB950. Grayscale: #818181. Windows color (decimal): -1751377 or 11486949. OLE color: 11486949.
HSL color Cylindrical-coordinate representation of color #E546AF: hue angle of 320.38º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E546AF is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 70 | 175 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.10 |
| HSL | 320.38º | 0.75% | 0.59% | - |
| HSV(B) | 320.38º | 0.69% | 0.9% | - |
| XYZ | 42.24 | 24.13 | 42.99 | - |
| YUV | 129.51 | 153.68 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 70 | 175 | 0 | 0.69 | 0.24 | 0.10 | 320.38 | 0.75 | 0.59 |
| Hex | E5 | 46 | AF | 0 | 45 | 18 | A | 140 | 4B | 3B |
| Octal | 345 | 106 | 257 | 0 | 105 | 30 | 12 | 500 | 113 | 73 |
| Binary | 11100101 | 1000110 | 10101111 | 0 | 1000101 | 11000 | 1010 | 101000000 | 1001011 | 111011 |
Color Harmonies of #E546AF
Complementary color
Monochromatic Colors of #E546AF
Black with #E546AF
Text Example
Text Example
White with #E546AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E546AF; }
p { color: rgb(229,70,175); }
H1.HeaderClassName
{
color: #E546AF;
}
.AnyTagClassName
{
color: #E546AF;
}
</style>
background-color css
<style>
a { background-color: #E546AF; }
a { background-color: rgb(229,70,175); }
div.DivClassName
{
background-color: #E546AF;
}
.BgClassName
{
background-color: #E546AF;
}
</style>
border-color css
<style>
span { border-color: #E546AF; }
span { border-color: rgb(229,70,175); }
td.TdClassName
{
border-color: #E546AF;
}
.TagClassName
{
border-color: #E546AF;
}
</style>