Shades of Brilliant Rose #E14DB2
Tints of Brilliant Rose #E14DB2
RGB
CMYK
RGB Variations
Color information
#E14DB2 (or 0xE14DB2) is known color: Brilliant Rose. HEX triplet: E1, 4D and B2. RGB value is (225,77,178). Sum of RGB (Red+Green+Blue) = 225+77+178=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 77 (30.47% from 255 or 16.04% from 480); Blue value is 178 (69.92% from 255 or 37.08% from 480); Max value from RGB is 225 - color contains mainly: red. Hex color #E14DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14DB2 is #1EB24D. Grayscale: #848484. Windows color (decimal): -2011726 or 11685345. OLE color: 11685345.
HSL color Cylindrical-coordinate representation of color #E14DB2: hue angle of 319.05º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E14DB2 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 178 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.12 |
| HSL | 319.05º | 0.71% | 0.59% | - |
| HSV(B) | 319.05º | 0.66% | 0.88% | - |
| XYZ | 41.74 | 24.53 | 44.65 | - |
| YUV | 132.77 | 153.53 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 178 | 0 | 0.66 | 0.21 | 0.12 | 319.05 | 0.71 | 0.59 |
| Hex | E1 | 4D | B2 | 0 | 42 | 15 | C | 13F | 47 | 3B |
| Octal | 341 | 115 | 262 | 0 | 102 | 25 | 14 | 477 | 107 | 73 |
| Binary | 11100001 | 1001101 | 10110010 | 0 | 1000010 | 10101 | 1100 | 100111111 | 1000111 | 111011 |
Color Harmonies of #E14DB2
Complementary color
Monochromatic Colors of #E14DB2
Black with #E14DB2
Text Example
Text Example
White with #E14DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14DB2; }
p { color: rgb(225,77,178); }
H1.HeaderClassName
{
color: #E14DB2;
}
.AnyTagClassName
{
color: #E14DB2;
}
</style>
background-color css
<style>
a { background-color: #E14DB2; }
a { background-color: rgb(225,77,178); }
div.DivClassName
{
background-color: #E14DB2;
}
.BgClassName
{
background-color: #E14DB2;
}
</style>
border-color css
<style>
span { border-color: #E14DB2; }
span { border-color: rgb(225,77,178); }
td.TdClassName
{
border-color: #E14DB2;
}
.TagClassName
{
border-color: #E14DB2;
}
</style>