Shades of Brilliant Rose #E24FAC
Tints of Brilliant Rose #E24FAC
RGB
CMYK
RGB Variations
Color information
#E24FAC (or 0xE24FAC) is known color: Brilliant Rose. HEX triplet: E2, 4F and AC. RGB value is (226,79,172). Sum of RGB (Red+Green+Blue) = 226+79+172=477 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.38% from 477); Green value is 79 (31.25% from 255 or 16.56% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 226 - color contains mainly: red. Hex color #E24FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E24FAC is #1DB053. Grayscale: #858585. Windows color (decimal): -1945684 or 11292642. OLE color: 11292642.
HSL color Cylindrical-coordinate representation of color #E24FAC: hue angle of 322.04º 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 #E24FAC is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 79 | 172 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.11 |
| HSL | 322.04º | 0.72% | 0.6% | - |
| HSV(B) | 322.04º | 0.65% | 0.89% | - |
| XYZ | 41.61 | 24.74 | 41.61 | - |
| YUV | 133.56 | 149.7 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 79 | 172 | 0 | 0.65 | 0.24 | 0.11 | 322.04 | 0.72 | 0.6 |
| Hex | E2 | 4F | AC | 0 | 41 | 18 | B | 142 | 48 | 3C |
| Octal | 342 | 117 | 254 | 0 | 101 | 30 | 13 | 502 | 110 | 74 |
| Binary | 11100010 | 1001111 | 10101100 | 0 | 1000001 | 11000 | 1011 | 101000010 | 1001000 | 111100 |
Color Harmonies of #E24FAC
Complementary color
Monochromatic Colors of #E24FAC
Black with #E24FAC
Text Example
Text Example
White with #E24FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24FAC; }
p { color: rgb(226,79,172); }
H1.HeaderClassName
{
color: #E24FAC;
}
.AnyTagClassName
{
color: #E24FAC;
}
</style>
background-color css
<style>
a { background-color: #E24FAC; }
a { background-color: rgb(226,79,172); }
div.DivClassName
{
background-color: #E24FAC;
}
.BgClassName
{
background-color: #E24FAC;
}
</style>
border-color css
<style>
span { border-color: #E24FAC; }
span { border-color: rgb(226,79,172); }
td.TdClassName
{
border-color: #E24FAC;
}
.TagClassName
{
border-color: #E24FAC;
}
</style>