Shades of Brilliant Rose #E245A3
Tints of Brilliant Rose #E245A3
RGB
CMYK
RGB Variations
Color information
#E245A3 (or 0xE245A3) is known color: Brilliant Rose. HEX triplet: E2, 45 and A3. RGB value is (226,69,163). Sum of RGB (Red+Green+Blue) = 226+69+163=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 69 (27.34% from 255 or 15.07% from 458); Blue value is 163 (64.06% from 255 or 35.59% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E245A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E245A3 is #1DBA5C. Grayscale: #7E7E7E. Windows color (decimal): -1948253 or 10700258. OLE color: 10700258.
HSL color Cylindrical-coordinate representation of color #E245A3: hue angle of 324.08º 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 #E245A3 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 69 | 163 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.11 |
| HSL | 324.08º | 0.73% | 0.58% | - |
| HSV(B) | 324.08º | 0.69% | 0.89% | - |
| XYZ | 40.1 | 23.07 | 36.99 | - |
| YUV | 126.66 | 148.51 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 69 | 163 | 0 | 0.69 | 0.28 | 0.11 | 324.08 | 0.73 | 0.58 |
| Hex | E2 | 45 | A3 | 0 | 45 | 1C | B | 144 | 49 | 3A |
| Octal | 342 | 105 | 243 | 0 | 105 | 34 | 13 | 504 | 111 | 72 |
| Binary | 11100010 | 1000101 | 10100011 | 0 | 1000101 | 11100 | 1011 | 101000100 | 1001001 | 111010 |
Color Harmonies of #E245A3
Complementary color
Monochromatic Colors of #E245A3
Black with #E245A3
Text Example
Text Example
White with #E245A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E245A3; }
p { color: rgb(226,69,163); }
H1.HeaderClassName
{
color: #E245A3;
}
.AnyTagClassName
{
color: #E245A3;
}
</style>
background-color css
<style>
a { background-color: #E245A3; }
a { background-color: rgb(226,69,163); }
div.DivClassName
{
background-color: #E245A3;
}
.BgClassName
{
background-color: #E245A3;
}
</style>
border-color css
<style>
span { border-color: #E245A3; }
span { border-color: rgb(226,69,163); }
td.TdClassName
{
border-color: #E245A3;
}
.TagClassName
{
border-color: #E245A3;
}
</style>