Shades of Brilliant Rose #E14DB5
Tints of Brilliant Rose #E14DB5
RGB
CMYK
RGB Variations
Color information
#E14DB5 (or 0xE14DB5) is known color: Brilliant Rose. HEX triplet: E1, 4D and B5. RGB value is (225,77,181). Sum of RGB (Red+Green+Blue) = 225+77+181=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 77 (30.47% from 255 or 15.94% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E14DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E14DB5 is #1EB24A. Grayscale: #848484. Windows color (decimal): -2011723 or 11881953. OLE color: 11881953.
HSL color Cylindrical-coordinate representation of color #E14DB5: hue angle of 317.84º 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 #E14DB5 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 181 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.12 |
| HSL | 317.84º | 0.71% | 0.59% | - |
| HSV(B) | 317.84º | 0.66% | 0.88% | - |
| XYZ | 42.05 | 24.65 | 46.26 | - |
| YUV | 133.11 | 155.03 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 181 | 0 | 0.66 | 0.20 | 0.12 | 317.84 | 0.71 | 0.59 |
| Hex | E1 | 4D | B5 | 0 | 42 | 14 | C | 13E | 47 | 3B |
| Octal | 341 | 115 | 265 | 0 | 102 | 24 | 14 | 476 | 107 | 73 |
| Binary | 11100001 | 1001101 | 10110101 | 0 | 1000010 | 10100 | 1100 | 100111110 | 1000111 | 111011 |
Color Harmonies of #E14DB5
Complementary color
Monochromatic Colors of #E14DB5
Black with #E14DB5
Text Example
Text Example
White with #E14DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14DB5; }
p { color: rgb(225,77,181); }
H1.HeaderClassName
{
color: #E14DB5;
}
.AnyTagClassName
{
color: #E14DB5;
}
</style>
background-color css
<style>
a { background-color: #E14DB5; }
a { background-color: rgb(225,77,181); }
div.DivClassName
{
background-color: #E14DB5;
}
.BgClassName
{
background-color: #E14DB5;
}
</style>
border-color css
<style>
span { border-color: #E14DB5; }
span { border-color: rgb(225,77,181); }
td.TdClassName
{
border-color: #E14DB5;
}
.TagClassName
{
border-color: #E14DB5;
}
</style>