Shades of Brilliant Rose #E148B2
Tints of Brilliant Rose #E148B2
RGB
CMYK
RGB Variations
Color information
#E148B2 (or 0xE148B2) is known color: Brilliant Rose. HEX triplet: E1, 48 and B2. RGB value is (225,72,178). Sum of RGB (Red+Green+Blue) = 225+72+178=475 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.37% from 475); Green value is 72 (28.52% from 255 or 15.16% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 225 - color contains mainly: red. Hex color #E148B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E148B2 is #1EB74D. Grayscale: #818181. Windows color (decimal): -2013006 or 11684065. OLE color: 11684065.
HSL color Cylindrical-coordinate representation of color #E148B2: hue angle of 318.43º 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 #E148B2 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 72 | 178 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.12 |
| HSL | 318.43º | 0.72% | 0.58% | - |
| HSV(B) | 318.43º | 0.68% | 0.88% | - |
| XYZ | 41.4 | 23.86 | 44.54 | - |
| YUV | 129.83 | 155.19 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 72 | 178 | 0 | 0.68 | 0.21 | 0.12 | 318.43 | 0.72 | 0.58 |
| Hex | E1 | 48 | B2 | 0 | 44 | 15 | C | 13E | 48 | 3A |
| Octal | 341 | 110 | 262 | 0 | 104 | 25 | 14 | 476 | 110 | 72 |
| Binary | 11100001 | 1001000 | 10110010 | 0 | 1000100 | 10101 | 1100 | 100111110 | 1001000 | 111010 |
Color Harmonies of #E148B2
Complementary color
Monochromatic Colors of #E148B2
Black with #E148B2
Text Example
Text Example
White with #E148B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E148B2; }
p { color: rgb(225,72,178); }
H1.HeaderClassName
{
color: #E148B2;
}
.AnyTagClassName
{
color: #E148B2;
}
</style>
background-color css
<style>
a { background-color: #E148B2; }
a { background-color: rgb(225,72,178); }
div.DivClassName
{
background-color: #E148B2;
}
.BgClassName
{
background-color: #E148B2;
}
</style>
border-color css
<style>
span { border-color: #E148B2; }
span { border-color: rgb(225,72,178); }
td.TdClassName
{
border-color: #E148B2;
}
.TagClassName
{
border-color: #E148B2;
}
</style>