Shades of Brilliant Rose #E242AD
Tints of Brilliant Rose #E242AD
RGB
CMYK
RGB Variations
Color information
#E242AD (or 0xE242AD) is known color: Brilliant Rose. HEX triplet: E2, 42 and AD. RGB value is (226,66,173). Sum of RGB (Red+Green+Blue) = 226+66+173=465 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.60% from 465); Green value is 66 (26.17% from 255 or 14.19% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 226 - color contains mainly: red. Hex color #E242AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E242AD is #1DBD52. Grayscale: #7D7D7D. Windows color (decimal): -1949011 or 11354850. OLE color: 11354850.
HSL color Cylindrical-coordinate representation of color #E242AD: hue angle of 319.88º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E242AD is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 66 | 173 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.11 |
| HSL | 319.88º | 0.73% | 0.57% | - |
| HSV(B) | 319.88º | 0.71% | 0.89% | - |
| XYZ | 40.86 | 23.08 | 41.84 | - |
| YUV | 126.04 | 154.51 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 66 | 173 | 0 | 0.71 | 0.23 | 0.11 | 319.88 | 0.73 | 0.57 |
| Hex | E2 | 42 | AD | 0 | 47 | 17 | B | 140 | 49 | 39 |
| Octal | 342 | 102 | 255 | 0 | 107 | 27 | 13 | 500 | 111 | 71 |
| Binary | 11100010 | 1000010 | 10101101 | 0 | 1000111 | 10111 | 1011 | 101000000 | 1001001 | 111001 |
Color Harmonies of #E242AD
Complementary color
Monochromatic Colors of #E242AD
Black with #E242AD
Text Example
Text Example
White with #E242AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E242AD; }
p { color: rgb(226,66,173); }
H1.HeaderClassName
{
color: #E242AD;
}
.AnyTagClassName
{
color: #E242AD;
}
</style>
background-color css
<style>
a { background-color: #E242AD; }
a { background-color: rgb(226,66,173); }
div.DivClassName
{
background-color: #E242AD;
}
.BgClassName
{
background-color: #E242AD;
}
</style>
border-color css
<style>
span { border-color: #E242AD; }
span { border-color: rgb(226,66,173); }
td.TdClassName
{
border-color: #E242AD;
}
.TagClassName
{
border-color: #E242AD;
}
</style>