Shades of Brilliant Rose #E144B1
Tints of Brilliant Rose #E144B1
RGB
CMYK
RGB Variations
Color information
#E144B1 (or 0xE144B1) is known color: Brilliant Rose. HEX triplet: E1, 44 and B1. RGB value is (225,68,177). Sum of RGB (Red+Green+Blue) = 225+68+177=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 68 (26.95% from 255 or 14.47% from 470); Blue value is 177 (69.53% from 255 or 37.66% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E144B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E144B1 is #1EBB4E. Grayscale: #7F7F7F. Windows color (decimal): -2014031 or 11617505. OLE color: 11617505.
HSL color Cylindrical-coordinate representation of color #E144B1: hue angle of 318.34º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E144B1 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 68 | 177 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.12 |
| HSL | 318.34º | 0.72% | 0.57% | - |
| HSV(B) | 318.34º | 0.7% | 0.88% | - |
| XYZ | 41.05 | 23.32 | 43.93 | - |
| YUV | 127.37 | 156.01 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 68 | 177 | 0 | 0.70 | 0.21 | 0.12 | 318.34 | 0.72 | 0.57 |
| Hex | E1 | 44 | B1 | 0 | 46 | 15 | C | 13E | 48 | 39 |
| Octal | 341 | 104 | 261 | 0 | 106 | 25 | 14 | 476 | 110 | 71 |
| Binary | 11100001 | 1000100 | 10110001 | 0 | 1000110 | 10101 | 1100 | 100111110 | 1001000 | 111001 |
Color Harmonies of #E144B1
Complementary color
Monochromatic Colors of #E144B1
Black with #E144B1
Text Example
Text Example
White with #E144B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E144B1; }
p { color: rgb(225,68,177); }
H1.HeaderClassName
{
color: #E144B1;
}
.AnyTagClassName
{
color: #E144B1;
}
</style>
background-color css
<style>
a { background-color: #E144B1; }
a { background-color: rgb(225,68,177); }
div.DivClassName
{
background-color: #E144B1;
}
.BgClassName
{
background-color: #E144B1;
}
</style>
border-color css
<style>
span { border-color: #E144B1; }
span { border-color: rgb(225,68,177); }
td.TdClassName
{
border-color: #E144B1;
}
.TagClassName
{
border-color: #E144B1;
}
</style>