Shades of Brilliant Rose #E24BAB
Tints of Brilliant Rose #E24BAB
RGB
CMYK
RGB Variations
Color information
#E24BAB (or 0xE24BAB) is known color: Brilliant Rose. HEX triplet: E2, 4B and AB. RGB value is (226,75,171). Sum of RGB (Red+Green+Blue) = 226+75+171=472 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.88% from 472); Green value is 75 (29.69% from 255 or 15.89% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 226 - color contains mainly: red. Hex color #E24BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24BAB is #1DB454. Grayscale: #828282. Windows color (decimal): -1946709 or 11226082. OLE color: 11226082.
HSL color Cylindrical-coordinate representation of color #E24BAB: hue angle of 321.85º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E24BAB is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 75 | 171 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.11 |
| HSL | 321.85º | 0.72% | 0.59% | - |
| HSV(B) | 321.85º | 0.67% | 0.89% | - |
| XYZ | 41.23 | 24.14 | 41.01 | - |
| YUV | 131.09 | 150.53 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 75 | 171 | 0 | 0.67 | 0.24 | 0.11 | 321.85 | 0.72 | 0.59 |
| Hex | E2 | 4B | AB | 0 | 43 | 18 | B | 142 | 48 | 3B |
| Octal | 342 | 113 | 253 | 0 | 103 | 30 | 13 | 502 | 110 | 73 |
| Binary | 11100010 | 1001011 | 10101011 | 0 | 1000011 | 11000 | 1011 | 101000010 | 1001000 | 111011 |
Color Harmonies of #E24BAB
Complementary color
Monochromatic Colors of #E24BAB
Black with #E24BAB
Text Example
Text Example
White with #E24BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24BAB; }
p { color: rgb(226,75,171); }
H1.HeaderClassName
{
color: #E24BAB;
}
.AnyTagClassName
{
color: #E24BAB;
}
</style>
background-color css
<style>
a { background-color: #E24BAB; }
a { background-color: rgb(226,75,171); }
div.DivClassName
{
background-color: #E24BAB;
}
.BgClassName
{
background-color: #E24BAB;
}
</style>
border-color css
<style>
span { border-color: #E24BAB; }
span { border-color: rgb(226,75,171); }
td.TdClassName
{
border-color: #E24BAB;
}
.TagClassName
{
border-color: #E24BAB;
}
</style>