Shades of Brilliant Rose #E24AAD
Tints of Brilliant Rose #E24AAD
RGB
CMYK
RGB Variations
Color information
#E24AAD (or 0xE24AAD) is known color: Brilliant Rose. HEX triplet: E2, 4A and AD. RGB value is (226,74,173). Sum of RGB (Red+Green+Blue) = 226+74+173=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 74 (29.30% from 255 or 15.64% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E24AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24AAD is #1DB552. Grayscale: #828282. Windows color (decimal): -1946963 or 11356898. OLE color: 11356898.
HSL color Cylindrical-coordinate representation of color #E24AAD: hue angle of 320.92º 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 #E24AAD is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 74 | 173 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.11 |
| HSL | 320.92º | 0.72% | 0.59% | - |
| HSV(B) | 320.92º | 0.67% | 0.89% | - |
| XYZ | 41.36 | 24.08 | 42 | - |
| YUV | 130.73 | 151.86 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 74 | 173 | 0 | 0.67 | 0.23 | 0.11 | 320.92 | 0.72 | 0.59 |
| Hex | E2 | 4A | AD | 0 | 43 | 17 | B | 141 | 48 | 3B |
| Octal | 342 | 112 | 255 | 0 | 103 | 27 | 13 | 501 | 110 | 73 |
| Binary | 11100010 | 1001010 | 10101101 | 0 | 1000011 | 10111 | 1011 | 101000001 | 1001000 | 111011 |
Color Harmonies of #E24AAD
Complementary color
Monochromatic Colors of #E24AAD
Black with #E24AAD
Text Example
Text Example
White with #E24AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24AAD; }
p { color: rgb(226,74,173); }
H1.HeaderClassName
{
color: #E24AAD;
}
.AnyTagClassName
{
color: #E24AAD;
}
</style>
background-color css
<style>
a { background-color: #E24AAD; }
a { background-color: rgb(226,74,173); }
div.DivClassName
{
background-color: #E24AAD;
}
.BgClassName
{
background-color: #E24AAD;
}
</style>
border-color css
<style>
span { border-color: #E24AAD; }
span { border-color: rgb(226,74,173); }
td.TdClassName
{
border-color: #E24AAD;
}
.TagClassName
{
border-color: #E24AAD;
}
</style>