Shades of Brilliant Rose #E04CA5
Tints of Brilliant Rose #E04CA5
RGB
CMYK
RGB Variations
Color information
#E04CA5 (or 0xE04CA5) is known color: Brilliant Rose. HEX triplet: E0, 4C and A5. RGB value is (224,76,165). Sum of RGB (Red+Green+Blue) = 224+76+165=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 76 (30.08% from 255 or 16.34% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E04CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04CA5 is #1FB35A. Grayscale: #828282. Windows color (decimal): -2077531 or 10833120. OLE color: 10833120.
HSL color Cylindrical-coordinate representation of color #E04CA5: hue angle of 323.92º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E04CA5 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 76 | 165 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.12 |
| HSL | 323.92º | 0.7% | 0.59% | - |
| HSV(B) | 323.92º | 0.66% | 0.88% | - |
| XYZ | 40.12 | 23.73 | 38.06 | - |
| YUV | 130.4 | 147.53 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 165 | 0 | 0.66 | 0.26 | 0.12 | 323.92 | 0.7 | 0.59 |
| Hex | E0 | 4C | A5 | 0 | 42 | 1A | C | 144 | 46 | 3B |
| Octal | 340 | 114 | 245 | 0 | 102 | 32 | 14 | 504 | 106 | 73 |
| Binary | 11100000 | 1001100 | 10100101 | 0 | 1000010 | 11010 | 1100 | 101000100 | 1000110 | 111011 |
Color Harmonies of #E04CA5
Complementary color
Monochromatic Colors of #E04CA5
Black with #E04CA5
Text Example
Text Example
White with #E04CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04CA5; }
p { color: rgb(224,76,165); }
H1.HeaderClassName
{
color: #E04CA5;
}
.AnyTagClassName
{
color: #E04CA5;
}
</style>
background-color css
<style>
a { background-color: #E04CA5; }
a { background-color: rgb(224,76,165); }
div.DivClassName
{
background-color: #E04CA5;
}
.BgClassName
{
background-color: #E04CA5;
}
</style>
border-color css
<style>
span { border-color: #E04CA5; }
span { border-color: rgb(224,76,165); }
td.TdClassName
{
border-color: #E04CA5;
}
.TagClassName
{
border-color: #E04CA5;
}
</style>