Shades of Brilliant Rose #E148A8
Tints of Brilliant Rose #E148A8
RGB
CMYK
RGB Variations
Color information
#E148A8 (or 0xE148A8) is known color: Brilliant Rose. HEX triplet: E1, 48 and A8. RGB value is (225,72,168). Sum of RGB (Red+Green+Blue) = 225+72+168=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 72 (28.52% from 255 or 15.48% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E148A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E148A8 is #1EB757. Grayscale: #808080. Windows color (decimal): -2013016 or 11028705. OLE color: 11028705.
HSL color Cylindrical-coordinate representation of color #E148A8: hue angle of 322.35º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E148A8 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 72 | 168 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.12 |
| HSL | 322.35º | 0.72% | 0.58% | - |
| HSV(B) | 322.35º | 0.68% | 0.88% | - |
| XYZ | 40.44 | 23.47 | 39.44 | - |
| YUV | 128.69 | 150.19 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 72 | 168 | 0 | 0.68 | 0.25 | 0.12 | 322.35 | 0.72 | 0.58 |
| Hex | E1 | 48 | A8 | 0 | 44 | 19 | C | 142 | 48 | 3A |
| Octal | 341 | 110 | 250 | 0 | 104 | 31 | 14 | 502 | 110 | 72 |
| Binary | 11100001 | 1001000 | 10101000 | 0 | 1000100 | 11001 | 1100 | 101000010 | 1001000 | 111010 |
Color Harmonies of #E148A8
Complementary color
Monochromatic Colors of #E148A8
Black with #E148A8
Text Example
Text Example
White with #E148A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E148A8; }
p { color: rgb(225,72,168); }
H1.HeaderClassName
{
color: #E148A8;
}
.AnyTagClassName
{
color: #E148A8;
}
</style>
background-color css
<style>
a { background-color: #E148A8; }
a { background-color: rgb(225,72,168); }
div.DivClassName
{
background-color: #E148A8;
}
.BgClassName
{
background-color: #E148A8;
}
</style>
border-color css
<style>
span { border-color: #E148A8; }
span { border-color: rgb(225,72,168); }
td.TdClassName
{
border-color: #E148A8;
}
.TagClassName
{
border-color: #E148A8;
}
</style>