Shades of Brilliant Rose #E5479F
Tints of Brilliant Rose #E5479F
RGB
CMYK
RGB Variations
Color information
#E5479F (or 0xE5479F) is known color: Brilliant Rose. HEX triplet: E5, 47 and 9F. RGB value is (229,71,159). Sum of RGB (Red+Green+Blue) = 229+71+159=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 71 (28.12% from 255 or 15.47% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E5479F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5479F is #1AB860. Grayscale: #808080. Windows color (decimal): -1751137 or 10438629. OLE color: 10438629.
HSL color Cylindrical-coordinate representation of color #E5479F: hue angle of 326.58º 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 #E5479F is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 71 | 159 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.10 |
| HSL | 326.58º | 0.75% | 0.59% | - |
| HSV(B) | 326.58º | 0.69% | 0.9% | - |
| XYZ | 40.82 | 23.67 | 35.22 | - |
| YUV | 128.27 | 145.35 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 71 | 159 | 0 | 0.69 | 0.31 | 0.10 | 326.58 | 0.75 | 0.59 |
| Hex | E5 | 47 | 9F | 0 | 45 | 1F | A | 147 | 4B | 3B |
| Octal | 345 | 107 | 237 | 0 | 105 | 37 | 12 | 507 | 113 | 73 |
| Binary | 11100101 | 1000111 | 10011111 | 0 | 1000101 | 11111 | 1010 | 101000111 | 1001011 | 111011 |
Color Harmonies of #E5479F
Complementary color
Monochromatic Colors of #E5479F
Black with #E5479F
Text Example
Text Example
White with #E5479F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5479F; }
p { color: rgb(229,71,159); }
H1.HeaderClassName
{
color: #E5479F;
}
.AnyTagClassName
{
color: #E5479F;
}
</style>
background-color css
<style>
a { background-color: #E5479F; }
a { background-color: rgb(229,71,159); }
div.DivClassName
{
background-color: #E5479F;
}
.BgClassName
{
background-color: #E5479F;
}
</style>
border-color css
<style>
span { border-color: #E5479F; }
span { border-color: rgb(229,71,159); }
td.TdClassName
{
border-color: #E5479F;
}
.TagClassName
{
border-color: #E5479F;
}
</style>