Shades of Brilliant Rose #E24A9F
Tints of Brilliant Rose #E24A9F
RGB
CMYK
RGB Variations
Color information
#E24A9F (or 0xE24A9F) is known color: Brilliant Rose. HEX triplet: E2, 4A and 9F. RGB value is (226,74,159). Sum of RGB (Red+Green+Blue) = 226+74+159=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 226 - color contains mainly: red. Hex color #E24A9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24A9F is #1DB560. Grayscale: #808080. Windows color (decimal): -1946977 or 10439394. OLE color: 10439394.
HSL color Cylindrical-coordinate representation of color #E24A9F: hue angle of 326.45º 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 #E24A9F is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 74 | 159 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.11 |
| HSL | 326.45º | 0.72% | 0.59% | - |
| HSV(B) | 326.45º | 0.67% | 0.89% | - |
| XYZ | 40.07 | 23.57 | 35.24 | - |
| YUV | 129.14 | 144.86 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 74 | 159 | 0 | 0.67 | 0.30 | 0.11 | 326.45 | 0.72 | 0.59 |
| Hex | E2 | 4A | 9F | 0 | 43 | 1E | B | 146 | 48 | 3B |
| Octal | 342 | 112 | 237 | 0 | 103 | 36 | 13 | 506 | 110 | 73 |
| Binary | 11100010 | 1001010 | 10011111 | 0 | 1000011 | 11110 | 1011 | 101000110 | 1001000 | 111011 |
Color Harmonies of #E24A9F
Complementary color
Monochromatic Colors of #E24A9F
Black with #E24A9F
Text Example
Text Example
White with #E24A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24A9F; }
p { color: rgb(226,74,159); }
H1.HeaderClassName
{
color: #E24A9F;
}
.AnyTagClassName
{
color: #E24A9F;
}
</style>
background-color css
<style>
a { background-color: #E24A9F; }
a { background-color: rgb(226,74,159); }
div.DivClassName
{
background-color: #E24A9F;
}
.BgClassName
{
background-color: #E24A9F;
}
</style>
border-color css
<style>
span { border-color: #E24A9F; }
span { border-color: rgb(226,74,159); }
td.TdClassName
{
border-color: #E24A9F;
}
.TagClassName
{
border-color: #E24A9F;
}
</style>