Shades of Brilliant Rose #E149B3
Tints of Brilliant Rose #E149B3
RGB
CMYK
RGB Variations
Color information
#E149B3 (or 0xE149B3) is known color: Brilliant Rose. HEX triplet: E1, 49 and B3. RGB value is (225,73,179). Sum of RGB (Red+Green+Blue) = 225+73+179=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 179 (70.31% from 255 or 37.53% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E149B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E149B3 is #1EB64C. Grayscale: #828282. Windows color (decimal): -2012749 or 11749857. OLE color: 11749857.
HSL color Cylindrical-coordinate representation of color #E149B3: hue angle of 318.16º 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 #E149B3 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 73 | 179 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.12 |
| HSL | 318.16º | 0.72% | 0.58% | - |
| HSV(B) | 318.16º | 0.68% | 0.88% | - |
| XYZ | 41.57 | 24.03 | 45.09 | - |
| YUV | 130.53 | 155.36 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 179 | 0 | 0.68 | 0.20 | 0.12 | 318.16 | 0.72 | 0.58 |
| Hex | E1 | 49 | B3 | 0 | 44 | 14 | C | 13E | 48 | 3A |
| Octal | 341 | 111 | 263 | 0 | 104 | 24 | 14 | 476 | 110 | 72 |
| Binary | 11100001 | 1001001 | 10110011 | 0 | 1000100 | 10100 | 1100 | 100111110 | 1001000 | 111010 |
Color Harmonies of #E149B3
Complementary color
Monochromatic Colors of #E149B3
Black with #E149B3
Text Example
Text Example
White with #E149B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E149B3; }
p { color: rgb(225,73,179); }
H1.HeaderClassName
{
color: #E149B3;
}
.AnyTagClassName
{
color: #E149B3;
}
</style>
background-color css
<style>
a { background-color: #E149B3; }
a { background-color: rgb(225,73,179); }
div.DivClassName
{
background-color: #E149B3;
}
.BgClassName
{
background-color: #E149B3;
}
</style>
border-color css
<style>
span { border-color: #E149B3; }
span { border-color: rgb(225,73,179); }
td.TdClassName
{
border-color: #E149B3;
}
.TagClassName
{
border-color: #E149B3;
}
</style>