Shades of Brilliant Rose #E24CAB
Tints of Brilliant Rose #E24CAB
RGB
CMYK
RGB Variations
Color information
#E24CAB (or 0xE24CAB) is known color: Brilliant Rose. HEX triplet: E2, 4C and AB. RGB value is (226,76,171). Sum of RGB (Red+Green+Blue) = 226+76+171=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 76 (30.08% from 255 or 16.07% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E24CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24CAB is #1DB354. Grayscale: #838383. Windows color (decimal): -1946453 or 11226338. OLE color: 11226338.
HSL color Cylindrical-coordinate representation of color #E24CAB: hue angle of 322º 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 #E24CAB is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 76 | 171 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.11 |
| HSL | 322º | 0.72% | 0.59% | - |
| HSV(B) | 322º | 0.66% | 0.89% | - |
| XYZ | 41.3 | 24.28 | 41.04 | - |
| YUV | 131.68 | 150.2 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 76 | 171 | 0 | 0.66 | 0.24 | 0.11 | 322 | 0.72 | 0.59 |
| Hex | E2 | 4C | AB | 0 | 42 | 18 | B | 142 | 48 | 3B |
| Octal | 342 | 114 | 253 | 0 | 102 | 30 | 13 | 502 | 110 | 73 |
| Binary | 11100010 | 1001100 | 10101011 | 0 | 1000010 | 11000 | 1011 | 101000010 | 1001000 | 111011 |
Color Harmonies of #E24CAB
Complementary color
Monochromatic Colors of #E24CAB
Black with #E24CAB
Text Example
Text Example
White with #E24CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24CAB; }
p { color: rgb(226,76,171); }
H1.HeaderClassName
{
color: #E24CAB;
}
.AnyTagClassName
{
color: #E24CAB;
}
</style>
background-color css
<style>
a { background-color: #E24CAB; }
a { background-color: rgb(226,76,171); }
div.DivClassName
{
background-color: #E24CAB;
}
.BgClassName
{
background-color: #E24CAB;
}
</style>
border-color css
<style>
span { border-color: #E24CAB; }
span { border-color: rgb(226,76,171); }
td.TdClassName
{
border-color: #E24CAB;
}
.TagClassName
{
border-color: #E24CAB;
}
</style>