Shades of Brilliant Rose #E54C9F
Tints of Brilliant Rose #E54C9F
RGB
CMYK
RGB Variations
Color information
#E54C9F (or 0xE54C9F) is known color: Brilliant Rose. HEX triplet: E5, 4C and 9F. RGB value is (229,76,159). Sum of RGB (Red+Green+Blue) = 229+76+159=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 76 (30.08% from 255 or 16.38% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54C9F is #1AB360. Grayscale: #838383. Windows color (decimal): -1749857 or 10439909. OLE color: 10439909.
HSL color Cylindrical-coordinate representation of color #E54C9F: hue angle of 327.45º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E54C9F is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 159 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.10 |
| HSL | 327.45º | 0.75% | 0.6% | - |
| HSV(B) | 327.45º | 0.67% | 0.9% | - |
| XYZ | 41.16 | 24.33 | 35.33 | - |
| YUV | 131.21 | 143.69 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 159 | 0 | 0.67 | 0.31 | 0.10 | 327.45 | 0.75 | 0.6 |
| Hex | E5 | 4C | 9F | 0 | 43 | 1F | A | 147 | 4B | 3C |
| Octal | 345 | 114 | 237 | 0 | 103 | 37 | 12 | 507 | 113 | 74 |
| Binary | 11100101 | 1001100 | 10011111 | 0 | 1000011 | 11111 | 1010 | 101000111 | 1001011 | 111100 |
Color Harmonies of #E54C9F
Complementary color
Monochromatic Colors of #E54C9F
Black with #E54C9F
Text Example
Text Example
White with #E54C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54C9F; }
p { color: rgb(229,76,159); }
H1.HeaderClassName
{
color: #E54C9F;
}
.AnyTagClassName
{
color: #E54C9F;
}
</style>
background-color css
<style>
a { background-color: #E54C9F; }
a { background-color: rgb(229,76,159); }
div.DivClassName
{
background-color: #E54C9F;
}
.BgClassName
{
background-color: #E54C9F;
}
</style>
border-color css
<style>
span { border-color: #E54C9F; }
span { border-color: rgb(229,76,159); }
td.TdClassName
{
border-color: #E54C9F;
}
.TagClassName
{
border-color: #E54C9F;
}
</style>