Shades of Brilliant Rose #E246AE
Tints of Brilliant Rose #E246AE
RGB
CMYK
RGB Variations
Color information
#E246AE (or 0xE246AE) is known color: Brilliant Rose. HEX triplet: E2, 46 and AE. RGB value is (226,70,174). Sum of RGB (Red+Green+Blue) = 226+70+174=470 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.09% from 470); Green value is 70 (27.73% from 255 or 14.89% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 226 - color contains mainly: red. Hex color #E246AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E246AE is #1DB951. Grayscale: #808080. Windows color (decimal): -1947986 or 11421410. OLE color: 11421410.
HSL color Cylindrical-coordinate representation of color #E246AE: hue angle of 320º 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 #E246AE is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 70 | 174 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.11 |
| HSL | 320º | 0.73% | 0.58% | - |
| HSV(B) | 320º | 0.69% | 0.89% | - |
| XYZ | 41.19 | 23.61 | 42.43 | - |
| YUV | 128.5 | 153.68 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 70 | 174 | 0 | 0.69 | 0.23 | 0.11 | 320 | 0.73 | 0.58 |
| Hex | E2 | 46 | AE | 0 | 45 | 17 | B | 140 | 49 | 3A |
| Octal | 342 | 106 | 256 | 0 | 105 | 27 | 13 | 500 | 111 | 72 |
| Binary | 11100010 | 1000110 | 10101110 | 0 | 1000101 | 10111 | 1011 | 101000000 | 1001001 | 111010 |
Color Harmonies of #E246AE
Complementary color
Monochromatic Colors of #E246AE
Black with #E246AE
Text Example
Text Example
White with #E246AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E246AE; }
p { color: rgb(226,70,174); }
H1.HeaderClassName
{
color: #E246AE;
}
.AnyTagClassName
{
color: #E246AE;
}
</style>
background-color css
<style>
a { background-color: #E246AE; }
a { background-color: rgb(226,70,174); }
div.DivClassName
{
background-color: #E246AE;
}
.BgClassName
{
background-color: #E246AE;
}
</style>
border-color css
<style>
span { border-color: #E246AE; }
span { border-color: rgb(226,70,174); }
td.TdClassName
{
border-color: #E246AE;
}
.TagClassName
{
border-color: #E246AE;
}
</style>