Shades of Brilliant Rose #E04DAF
Tints of Brilliant Rose #E04DAF
RGB
CMYK
RGB Variations
Color information
#E04DAF (or 0xE04DAF) is known color: Brilliant Rose. HEX triplet: E0, 4D and AF. RGB value is (224,77,175). Sum of RGB (Red+Green+Blue) = 224+77+175=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 77 (30.47% from 255 or 16.18% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E04DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04DAF is #1FB250. Grayscale: #838383. Windows color (decimal): -2077265 or 11488736. OLE color: 11488736.
HSL color Cylindrical-coordinate representation of color #E04DAF: hue angle of 320º 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 #E04DAF is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 77 | 175 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.12 |
| HSL | 320º | 0.7% | 0.59% | - |
| HSV(B) | 320º | 0.66% | 0.88% | - |
| XYZ | 41.13 | 24.25 | 43.07 | - |
| YUV | 132.13 | 152.2 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 175 | 0 | 0.66 | 0.22 | 0.12 | 320 | 0.7 | 0.59 |
| Hex | E0 | 4D | AF | 0 | 42 | 16 | C | 140 | 46 | 3B |
| Octal | 340 | 115 | 257 | 0 | 102 | 26 | 14 | 500 | 106 | 73 |
| Binary | 11100000 | 1001101 | 10101111 | 0 | 1000010 | 10110 | 1100 | 101000000 | 1000110 | 111011 |
Color Harmonies of #E04DAF
Complementary color
Monochromatic Colors of #E04DAF
Black with #E04DAF
Text Example
Text Example
White with #E04DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04DAF; }
p { color: rgb(224,77,175); }
H1.HeaderClassName
{
color: #E04DAF;
}
.AnyTagClassName
{
color: #E04DAF;
}
</style>
background-color css
<style>
a { background-color: #E04DAF; }
a { background-color: rgb(224,77,175); }
div.DivClassName
{
background-color: #E04DAF;
}
.BgClassName
{
background-color: #E04DAF;
}
</style>
border-color css
<style>
span { border-color: #E04DAF; }
span { border-color: rgb(224,77,175); }
td.TdClassName
{
border-color: #E04DAF;
}
.TagClassName
{
border-color: #E04DAF;
}
</style>