Shades of Brilliant Rose #E24DAC
Tints of Brilliant Rose #E24DAC
RGB
CMYK
RGB Variations
Color information
#E24DAC (or 0xE24DAC) is known color: Brilliant Rose. HEX triplet: E2, 4D and AC. RGB value is (226,77,172). Sum of RGB (Red+Green+Blue) = 226+77+172=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 77 (30.47% from 255 or 16.21% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 226 - color contains mainly: red. Hex color #E24DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E24DAC is #1DB253. Grayscale: #848484. Windows color (decimal): -1946196 or 11292130. OLE color: 11292130.
HSL color Cylindrical-coordinate representation of color #E24DAC: hue angle of 321.74º 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 #E24DAC is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 77 | 172 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.11 |
| HSL | 321.75º | 0.72% | 0.59% | - |
| HSV(B) | 321.75º | 0.66% | 0.89% | - |
| XYZ | 41.46 | 24.46 | 41.56 | - |
| YUV | 132.38 | 150.36 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 77 | 172 | 0 | 0.66 | 0.24 | 0.11 | 321.75 | 0.72 | 0.59 |
| Hex | E2 | 4D | AC | 0 | 42 | 18 | B | 142 | 48 | 3B |
| Octal | 342 | 115 | 254 | 0 | 102 | 30 | 13 | 502 | 110 | 73 |
| Binary | 11100010 | 1001101 | 10101100 | 0 | 1000010 | 11000 | 1011 | 101000010 | 1001000 | 111011 |
Color Harmonies of #E24DAC
Complementary color
Monochromatic Colors of #E24DAC
Black with #E24DAC
Text Example
Text Example
White with #E24DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24DAC; }
p { color: rgb(226,77,172); }
H1.HeaderClassName
{
color: #E24DAC;
}
.AnyTagClassName
{
color: #E24DAC;
}
</style>
background-color css
<style>
a { background-color: #E24DAC; }
a { background-color: rgb(226,77,172); }
div.DivClassName
{
background-color: #E24DAC;
}
.BgClassName
{
background-color: #E24DAC;
}
</style>
border-color css
<style>
span { border-color: #E24DAC; }
span { border-color: rgb(226,77,172); }
td.TdClassName
{
border-color: #E24DAC;
}
.TagClassName
{
border-color: #E24DAC;
}
</style>