Shades of Brilliant Rose #E24FA8
Tints of Brilliant Rose #E24FA8
RGB
CMYK
RGB Variations
Color information
#E24FA8 (or 0xE24FA8) is known color: Brilliant Rose. HEX triplet: E2, 4F and A8. RGB value is (226,79,168). Sum of RGB (Red+Green+Blue) = 226+79+168=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 79 (31.25% from 255 or 16.70% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E24FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E24FA8 is #1DB057. Grayscale: #848484. Windows color (decimal): -1945688 or 11030498. OLE color: 11030498.
HSL color Cylindrical-coordinate representation of color #E24FA8: hue angle of 323.67º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E24FA8 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 79 | 168 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.11 |
| HSL | 323.67º | 0.72% | 0.6% | - |
| HSV(B) | 323.67º | 0.65% | 0.89% | - |
| XYZ | 41.23 | 24.59 | 39.62 | - |
| YUV | 133.1 | 147.7 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 79 | 168 | 0 | 0.65 | 0.26 | 0.11 | 323.67 | 0.72 | 0.6 |
| Hex | E2 | 4F | A8 | 0 | 41 | 1A | B | 144 | 48 | 3C |
| Octal | 342 | 117 | 250 | 0 | 101 | 32 | 13 | 504 | 110 | 74 |
| Binary | 11100010 | 1001111 | 10101000 | 0 | 1000001 | 11010 | 1011 | 101000100 | 1001000 | 111100 |
Color Harmonies of #E24FA8
Complementary color
Monochromatic Colors of #E24FA8
Black with #E24FA8
Text Example
Text Example
White with #E24FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24FA8; }
p { color: rgb(226,79,168); }
H1.HeaderClassName
{
color: #E24FA8;
}
.AnyTagClassName
{
color: #E24FA8;
}
</style>
background-color css
<style>
a { background-color: #E24FA8; }
a { background-color: rgb(226,79,168); }
div.DivClassName
{
background-color: #E24FA8;
}
.BgClassName
{
background-color: #E24FA8;
}
</style>
border-color css
<style>
span { border-color: #E24FA8; }
span { border-color: rgb(226,79,168); }
td.TdClassName
{
border-color: #E24FA8;
}
.TagClassName
{
border-color: #E24FA8;
}
</style>