Shades of Brilliant Rose #E148A7
Tints of Brilliant Rose #E148A7
RGB
CMYK
RGB Variations
Color information
#E148A7 (or 0xE148A7) is known color: Brilliant Rose. HEX triplet: E1, 48 and A7. RGB value is (225,72,167). Sum of RGB (Red+Green+Blue) = 225+72+167=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 72 (28.52% from 255 or 15.52% from 464); Blue value is 167 (65.62% from 255 or 35.99% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E148A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E148A7 is #1EB758. Grayscale: #808080. Windows color (decimal): -2013017 or 10963169. OLE color: 10963169.
HSL color Cylindrical-coordinate representation of color #E148A7: hue angle of 322.75º 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 #E148A7 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 72 | 167 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.12 |
| HSL | 322.75º | 0.72% | 0.58% | - |
| HSV(B) | 322.75º | 0.68% | 0.88% | - |
| XYZ | 40.34 | 23.43 | 38.96 | - |
| YUV | 128.58 | 149.69 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 72 | 167 | 0 | 0.68 | 0.26 | 0.12 | 322.75 | 0.72 | 0.58 |
| Hex | E1 | 48 | A7 | 0 | 44 | 1A | C | 143 | 48 | 3A |
| Octal | 341 | 110 | 247 | 0 | 104 | 32 | 14 | 503 | 110 | 72 |
| Binary | 11100001 | 1001000 | 10100111 | 0 | 1000100 | 11010 | 1100 | 101000011 | 1001000 | 111010 |
Color Harmonies of #E148A7
Complementary color
Monochromatic Colors of #E148A7
Black with #E148A7
Text Example
Text Example
White with #E148A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E148A7; }
p { color: rgb(225,72,167); }
H1.HeaderClassName
{
color: #E148A7;
}
.AnyTagClassName
{
color: #E148A7;
}
</style>
background-color css
<style>
a { background-color: #E148A7; }
a { background-color: rgb(225,72,167); }
div.DivClassName
{
background-color: #E148A7;
}
.BgClassName
{
background-color: #E148A7;
}
</style>
border-color css
<style>
span { border-color: #E148A7; }
span { border-color: rgb(225,72,167); }
td.TdClassName
{
border-color: #E148A7;
}
.TagClassName
{
border-color: #E148A7;
}
</style>