Shades of Brilliant Rose #E24CAC
Tints of Brilliant Rose #E24CAC
RGB
CMYK
RGB Variations
Color information
#E24CAC (or 0xE24CAC) is known color: Brilliant Rose. HEX triplet: E2, 4C and AC. RGB value is (226,76,172). Sum of RGB (Red+Green+Blue) = 226+76+172=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 76 (30.08% from 255 or 16.03% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E24CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24CAC is #1DB353. Grayscale: #838383. Windows color (decimal): -1946452 or 11291874. OLE color: 11291874.
HSL color Cylindrical-coordinate representation of color #E24CAC: hue angle of 321.6º 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 #E24CAC is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 76 | 172 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.11 |
| HSL | 321.6º | 0.72% | 0.59% | - |
| HSV(B) | 321.6º | 0.66% | 0.89% | - |
| XYZ | 41.39 | 24.32 | 41.54 | - |
| YUV | 131.79 | 150.7 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 76 | 172 | 0 | 0.66 | 0.24 | 0.11 | 321.6 | 0.72 | 0.59 |
| Hex | E2 | 4C | AC | 0 | 42 | 18 | B | 142 | 48 | 3B |
| Octal | 342 | 114 | 254 | 0 | 102 | 30 | 13 | 502 | 110 | 73 |
| Binary | 11100010 | 1001100 | 10101100 | 0 | 1000010 | 11000 | 1011 | 101000010 | 1001000 | 111011 |
Color Harmonies of #E24CAC
Complementary color
Monochromatic Colors of #E24CAC
Black with #E24CAC
Text Example
Text Example
White with #E24CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24CAC; }
p { color: rgb(226,76,172); }
H1.HeaderClassName
{
color: #E24CAC;
}
.AnyTagClassName
{
color: #E24CAC;
}
</style>
background-color css
<style>
a { background-color: #E24CAC; }
a { background-color: rgb(226,76,172); }
div.DivClassName
{
background-color: #E24CAC;
}
.BgClassName
{
background-color: #E24CAC;
}
</style>
border-color css
<style>
span { border-color: #E24CAC; }
span { border-color: rgb(226,76,172); }
td.TdClassName
{
border-color: #E24CAC;
}
.TagClassName
{
border-color: #E24CAC;
}
</style>