Shades of Brilliant Rose #E248A8
Tints of Brilliant Rose #E248A8
RGB
CMYK
RGB Variations
Color information
#E248A8 (or 0xE248A8) is known color: Brilliant Rose. HEX triplet: E2, 48 and A8. RGB value is (226,72,168). Sum of RGB (Red+Green+Blue) = 226+72+168=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 72 (28.52% from 255 or 15.45% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 226 - color contains mainly: red. Hex color #E248A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E248A8 is #1DB757. Grayscale: #808080. Windows color (decimal): -1947480 or 11028706. OLE color: 11028706.
HSL color Cylindrical-coordinate representation of color #E248A8: hue angle of 322.6º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E248A8 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 72 | 168 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.11 |
| HSL | 322.6º | 0.73% | 0.58% | - |
| HSV(B) | 322.6º | 0.68% | 0.89% | - |
| XYZ | 40.75 | 23.63 | 39.46 | - |
| YUV | 128.99 | 150.02 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 72 | 168 | 0 | 0.68 | 0.26 | 0.11 | 322.6 | 0.73 | 0.58 |
| Hex | E2 | 48 | A8 | 0 | 44 | 1A | B | 143 | 49 | 3A |
| Octal | 342 | 110 | 250 | 0 | 104 | 32 | 13 | 503 | 111 | 72 |
| Binary | 11100010 | 1001000 | 10101000 | 0 | 1000100 | 11010 | 1011 | 101000011 | 1001001 | 111010 |
Color Harmonies of #E248A8
Complementary color
Monochromatic Colors of #E248A8
Black with #E248A8
Text Example
Text Example
White with #E248A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E248A8; }
p { color: rgb(226,72,168); }
H1.HeaderClassName
{
color: #E248A8;
}
.AnyTagClassName
{
color: #E248A8;
}
</style>
background-color css
<style>
a { background-color: #E248A8; }
a { background-color: rgb(226,72,168); }
div.DivClassName
{
background-color: #E248A8;
}
.BgClassName
{
background-color: #E248A8;
}
</style>
border-color css
<style>
span { border-color: #E248A8; }
span { border-color: rgb(226,72,168); }
td.TdClassName
{
border-color: #E248A8;
}
.TagClassName
{
border-color: #E248A8;
}
</style>