Shades of Brilliant Rose #E24DAF
Tints of Brilliant Rose #E24DAF
RGB
CMYK
RGB Variations
Color information
#E24DAF (or 0xE24DAF) is known color: Brilliant Rose. HEX triplet: E2, 4D and AF. RGB value is (226,77,175). Sum of RGB (Red+Green+Blue) = 226+77+175=478 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.28% from 478); Green value is 77 (30.47% from 255 or 16.11% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 226 - color contains mainly: red. Hex color #E24DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E24DAF is #1DB250. Grayscale: #848484. Windows color (decimal): -1946193 or 11488738. OLE color: 11488738.
HSL color Cylindrical-coordinate representation of color #E24DAF: hue angle of 320.54º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E24DAF is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 77 | 175 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.11 |
| HSL | 320.54º | 0.72% | 0.59% | - |
| HSV(B) | 320.54º | 0.66% | 0.89% | - |
| XYZ | 41.76 | 24.57 | 43.1 | - |
| YUV | 132.72 | 151.86 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 77 | 175 | 0 | 0.66 | 0.23 | 0.11 | 320.54 | 0.72 | 0.59 |
| Hex | E2 | 4D | AF | 0 | 42 | 17 | B | 141 | 48 | 3B |
| Octal | 342 | 115 | 257 | 0 | 102 | 27 | 13 | 501 | 110 | 73 |
| Binary | 11100010 | 1001101 | 10101111 | 0 | 1000010 | 10111 | 1011 | 101000001 | 1001000 | 111011 |
Color Harmonies of #E24DAF
Complementary color
Monochromatic Colors of #E24DAF
Black with #E24DAF
Text Example
Text Example
White with #E24DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24DAF; }
p { color: rgb(226,77,175); }
H1.HeaderClassName
{
color: #E24DAF;
}
.AnyTagClassName
{
color: #E24DAF;
}
</style>
background-color css
<style>
a { background-color: #E24DAF; }
a { background-color: rgb(226,77,175); }
div.DivClassName
{
background-color: #E24DAF;
}
.BgClassName
{
background-color: #E24DAF;
}
</style>
border-color css
<style>
span { border-color: #E24DAF; }
span { border-color: rgb(226,77,175); }
td.TdClassName
{
border-color: #E24DAF;
}
.TagClassName
{
border-color: #E24DAF;
}
</style>