Shades of Brilliant Rose #E247AF
Tints of Brilliant Rose #E247AF
RGB
CMYK
RGB Variations
Color information
#E247AF (or 0xE247AF) is known color: Brilliant Rose. HEX triplet: E2, 47 and AF. RGB value is (226,71,175). Sum of RGB (Red+Green+Blue) = 226+71+175=472 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.88% from 472); Green value is 71 (28.12% from 255 or 15.04% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 226 - color contains mainly: red. Hex color #E247AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E247AF is #1DB850. Grayscale: #808080. Windows color (decimal): -1947729 or 11487202. OLE color: 11487202.
HSL color Cylindrical-coordinate representation of color #E247AF: hue angle of 319.74º 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 #E247AF is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 71 | 175 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.11 |
| HSL | 319.74º | 0.73% | 0.58% | - |
| HSV(B) | 319.74º | 0.69% | 0.89% | - |
| XYZ | 41.36 | 23.77 | 42.97 | - |
| YUV | 129.2 | 153.85 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 71 | 175 | 0 | 0.69 | 0.23 | 0.11 | 319.74 | 0.73 | 0.58 |
| Hex | E2 | 47 | AF | 0 | 45 | 17 | B | 140 | 49 | 3A |
| Octal | 342 | 107 | 257 | 0 | 105 | 27 | 13 | 500 | 111 | 72 |
| Binary | 11100010 | 1000111 | 10101111 | 0 | 1000101 | 10111 | 1011 | 101000000 | 1001001 | 111010 |
Color Harmonies of #E247AF
Complementary color
Monochromatic Colors of #E247AF
Black with #E247AF
Text Example
Text Example
White with #E247AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E247AF; }
p { color: rgb(226,71,175); }
H1.HeaderClassName
{
color: #E247AF;
}
.AnyTagClassName
{
color: #E247AF;
}
</style>
background-color css
<style>
a { background-color: #E247AF; }
a { background-color: rgb(226,71,175); }
div.DivClassName
{
background-color: #E247AF;
}
.BgClassName
{
background-color: #E247AF;
}
</style>
border-color css
<style>
span { border-color: #E247AF; }
span { border-color: rgb(226,71,175); }
td.TdClassName
{
border-color: #E247AF;
}
.TagClassName
{
border-color: #E247AF;
}
</style>