Shades of Brilliant Rose #E245AE
Tints of Brilliant Rose #E245AE
RGB
CMYK
RGB Variations
Color information
#E245AE (or 0xE245AE) is known color: Brilliant Rose. HEX triplet: E2, 45 and AE. RGB value is (226,69,174). Sum of RGB (Red+Green+Blue) = 226+69+174=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 69 (27.34% from 255 or 14.71% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 226 - color contains mainly: red. Hex color #E245AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E245AE is #1DBA51. Grayscale: #7F7F7F. Windows color (decimal): -1948242 or 11421154. OLE color: 11421154.
HSL color Cylindrical-coordinate representation of color #E245AE: hue angle of 319.87º 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 #E245AE is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 69 | 174 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.11 |
| HSL | 319.87º | 0.73% | 0.58% | - |
| HSV(B) | 319.87º | 0.69% | 0.89% | - |
| XYZ | 41.13 | 23.48 | 42.41 | - |
| YUV | 127.91 | 154.01 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 69 | 174 | 0 | 0.69 | 0.23 | 0.11 | 319.87 | 0.73 | 0.58 |
| Hex | E2 | 45 | AE | 0 | 45 | 17 | B | 140 | 49 | 3A |
| Octal | 342 | 105 | 256 | 0 | 105 | 27 | 13 | 500 | 111 | 72 |
| Binary | 11100010 | 1000101 | 10101110 | 0 | 1000101 | 10111 | 1011 | 101000000 | 1001001 | 111010 |
Color Harmonies of #E245AE
Complementary color
Monochromatic Colors of #E245AE
Black with #E245AE
Text Example
Text Example
White with #E245AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E245AE; }
p { color: rgb(226,69,174); }
H1.HeaderClassName
{
color: #E245AE;
}
.AnyTagClassName
{
color: #E245AE;
}
</style>
background-color css
<style>
a { background-color: #E245AE; }
a { background-color: rgb(226,69,174); }
div.DivClassName
{
background-color: #E245AE;
}
.BgClassName
{
background-color: #E245AE;
}
</style>
border-color css
<style>
span { border-color: #E245AE; }
span { border-color: rgb(226,69,174); }
td.TdClassName
{
border-color: #E245AE;
}
.TagClassName
{
border-color: #E245AE;
}
</style>