Shades of Brilliant Rose #E54CB4
Tints of Brilliant Rose #E54CB4
RGB
CMYK
RGB Variations
Color information
#E54CB4 (or 0xE54CB4) is known color: Brilliant Rose. HEX triplet: E5, 4C and B4. RGB value is (229,76,180). Sum of RGB (Red+Green+Blue) = 229+76+180=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 76 (30.08% from 255 or 15.67% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E54CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54CB4 is #1AB34B. Grayscale: #858585. Windows color (decimal): -1749836 or 11816165. OLE color: 11816165.
HSL color Cylindrical-coordinate representation of color #E54CB4: hue angle of 319.22º 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 #E54CB4 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 180 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.10 |
| HSL | 319.22º | 0.75% | 0.6% | - |
| HSV(B) | 319.22º | 0.67% | 0.9% | - |
| XYZ | 43.14 | 25.12 | 45.76 | - |
| YUV | 133.6 | 154.19 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 180 | 0 | 0.67 | 0.21 | 0.10 | 319.22 | 0.75 | 0.6 |
| Hex | E5 | 4C | B4 | 0 | 43 | 15 | A | 13F | 4B | 3C |
| Octal | 345 | 114 | 264 | 0 | 103 | 25 | 12 | 477 | 113 | 74 |
| Binary | 11100101 | 1001100 | 10110100 | 0 | 1000011 | 10101 | 1010 | 100111111 | 1001011 | 111100 |
Color Harmonies of #E54CB4
Complementary color
Monochromatic Colors of #E54CB4
Black with #E54CB4
Text Example
Text Example
White with #E54CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54CB4; }
p { color: rgb(229,76,180); }
H1.HeaderClassName
{
color: #E54CB4;
}
.AnyTagClassName
{
color: #E54CB4;
}
</style>
background-color css
<style>
a { background-color: #E54CB4; }
a { background-color: rgb(229,76,180); }
div.DivClassName
{
background-color: #E54CB4;
}
.BgClassName
{
background-color: #E54CB4;
}
</style>
border-color css
<style>
span { border-color: #E54CB4; }
span { border-color: rgb(229,76,180); }
td.TdClassName
{
border-color: #E54CB4;
}
.TagClassName
{
border-color: #E54CB4;
}
</style>