Shades of Brilliant Rose #E24DAB
Tints of Brilliant Rose #E24DAB
RGB
CMYK
RGB Variations
Color information
#E24DAB (or 0xE24DAB) is known color: Brilliant Rose. HEX triplet: E2, 4D and AB. RGB value is (226,77,171). Sum of RGB (Red+Green+Blue) = 226+77+171=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E24DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E24DAB is #1DB254. Grayscale: #848484. Windows color (decimal): -1946197 or 11226594. OLE color: 11226594.
HSL color Cylindrical-coordinate representation of color #E24DAB: hue angle of 322.15º 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 #E24DAB is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 77 | 171 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.11 |
| HSL | 322.15º | 0.72% | 0.59% | - |
| HSV(B) | 322.15º | 0.66% | 0.89% | - |
| XYZ | 41.37 | 24.42 | 41.06 | - |
| YUV | 132.27 | 149.86 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 77 | 171 | 0 | 0.66 | 0.24 | 0.11 | 322.15 | 0.72 | 0.59 |
| Hex | E2 | 4D | AB | 0 | 42 | 18 | B | 142 | 48 | 3B |
| Octal | 342 | 115 | 253 | 0 | 102 | 30 | 13 | 502 | 110 | 73 |
| Binary | 11100010 | 1001101 | 10101011 | 0 | 1000010 | 11000 | 1011 | 101000010 | 1001000 | 111011 |
Color Harmonies of #E24DAB
Complementary color
Monochromatic Colors of #E24DAB
Black with #E24DAB
Text Example
Text Example
White with #E24DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24DAB; }
p { color: rgb(226,77,171); }
H1.HeaderClassName
{
color: #E24DAB;
}
.AnyTagClassName
{
color: #E24DAB;
}
</style>
background-color css
<style>
a { background-color: #E24DAB; }
a { background-color: rgb(226,77,171); }
div.DivClassName
{
background-color: #E24DAB;
}
.BgClassName
{
background-color: #E24DAB;
}
</style>
border-color css
<style>
span { border-color: #E24DAB; }
span { border-color: rgb(226,77,171); }
td.TdClassName
{
border-color: #E24DAB;
}
.TagClassName
{
border-color: #E24DAB;
}
</style>