Shades of Brilliant Rose #E04CAE
Tints of Brilliant Rose #E04CAE
RGB
CMYK
RGB Variations
Color information
#E04CAE (or 0xE04CAE) is known color: Brilliant Rose. HEX triplet: E0, 4C and AE. RGB value is (224,76,174). Sum of RGB (Red+Green+Blue) = 224+76+174=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 76 (30.08% from 255 or 16.03% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E04CAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04CAE is #1FB351. Grayscale: #838383. Windows color (decimal): -2077522 or 11422944. OLE color: 11422944.
HSL color Cylindrical-coordinate representation of color #E04CAE: hue angle of 320.27º 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 #E04CAE is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 76 | 174 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.12 |
| HSL | 320.27º | 0.7% | 0.59% | - |
| HSV(B) | 320.27º | 0.66% | 0.88% | - |
| XYZ | 40.96 | 24.07 | 42.53 | - |
| YUV | 131.42 | 152.03 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 174 | 0 | 0.66 | 0.22 | 0.12 | 320.27 | 0.7 | 0.59 |
| Hex | E0 | 4C | AE | 0 | 42 | 16 | C | 140 | 46 | 3B |
| Octal | 340 | 114 | 256 | 0 | 102 | 26 | 14 | 500 | 106 | 73 |
| Binary | 11100000 | 1001100 | 10101110 | 0 | 1000010 | 10110 | 1100 | 101000000 | 1000110 | 111011 |
Color Harmonies of #E04CAE
Complementary color
Monochromatic Colors of #E04CAE
Black with #E04CAE
Text Example
Text Example
White with #E04CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04CAE; }
p { color: rgb(224,76,174); }
H1.HeaderClassName
{
color: #E04CAE;
}
.AnyTagClassName
{
color: #E04CAE;
}
</style>
background-color css
<style>
a { background-color: #E04CAE; }
a { background-color: rgb(224,76,174); }
div.DivClassName
{
background-color: #E04CAE;
}
.BgClassName
{
background-color: #E04CAE;
}
</style>
border-color css
<style>
span { border-color: #E04CAE; }
span { border-color: rgb(224,76,174); }
td.TdClassName
{
border-color: #E04CAE;
}
.TagClassName
{
border-color: #E04CAE;
}
</style>