Shades of Brilliant Rose #E247AE
Tints of Brilliant Rose #E247AE
RGB
CMYK
RGB Variations
Color information
#E247AE (or 0xE247AE) is known color: Brilliant Rose. HEX triplet: E2, 47 and AE. RGB value is (226,71,174). Sum of RGB (Red+Green+Blue) = 226+71+174=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 71 (28.12% from 255 or 15.07% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E247AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E247AE is #1DB851. Grayscale: #808080. Windows color (decimal): -1947730 or 11421666. OLE color: 11421666.
HSL color Cylindrical-coordinate representation of color #E247AE: hue angle of 320.13º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E247AE is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 71 | 174 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.11 |
| HSL | 320.13º | 0.73% | 0.58% | - |
| HSV(B) | 320.13º | 0.69% | 0.89% | - |
| XYZ | 41.26 | 23.73 | 42.45 | - |
| YUV | 129.09 | 153.35 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 71 | 174 | 0 | 0.69 | 0.23 | 0.11 | 320.13 | 0.73 | 0.58 |
| Hex | E2 | 47 | AE | 0 | 45 | 17 | B | 140 | 49 | 3A |
| Octal | 342 | 107 | 256 | 0 | 105 | 27 | 13 | 500 | 111 | 72 |
| Binary | 11100010 | 1000111 | 10101110 | 0 | 1000101 | 10111 | 1011 | 101000000 | 1001001 | 111010 |
Color Harmonies of #E247AE
Complementary color
Monochromatic Colors of #E247AE
Black with #E247AE
Text Example
Text Example
White with #E247AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E247AE; }
p { color: rgb(226,71,174); }
H1.HeaderClassName
{
color: #E247AE;
}
.AnyTagClassName
{
color: #E247AE;
}
</style>
background-color css
<style>
a { background-color: #E247AE; }
a { background-color: rgb(226,71,174); }
div.DivClassName
{
background-color: #E247AE;
}
.BgClassName
{
background-color: #E247AE;
}
</style>
border-color css
<style>
span { border-color: #E247AE; }
span { border-color: rgb(226,71,174); }
td.TdClassName
{
border-color: #E247AE;
}
.TagClassName
{
border-color: #E247AE;
}
</style>