Shades of Brilliant Rose #E14DA3
Tints of Brilliant Rose #E14DA3
RGB
CMYK
RGB Variations
Color information
#E14DA3 (or 0xE14DA3) is known color: Brilliant Rose. HEX triplet: E1, 4D and A3. RGB value is (225,77,163). Sum of RGB (Red+Green+Blue) = 225+77+163=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 163 (64.06% from 255 or 35.05% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E14DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14DA3 is #1EB25C. Grayscale: #828282. Windows color (decimal): -2011741 or 10702305. OLE color: 10702305.
HSL color Cylindrical-coordinate representation of color #E14DA3: hue angle of 325.14º 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 #E14DA3 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 163 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.12 |
| HSL | 325.14º | 0.71% | 0.59% | - |
| HSV(B) | 325.14º | 0.66% | 0.88% | - |
| XYZ | 40.32 | 23.96 | 37.15 | - |
| YUV | 131.06 | 146.03 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 163 | 0 | 0.66 | 0.28 | 0.12 | 325.14 | 0.71 | 0.59 |
| Hex | E1 | 4D | A3 | 0 | 42 | 1C | C | 145 | 47 | 3B |
| Octal | 341 | 115 | 243 | 0 | 102 | 34 | 14 | 505 | 107 | 73 |
| Binary | 11100001 | 1001101 | 10100011 | 0 | 1000010 | 11100 | 1100 | 101000101 | 1000111 | 111011 |
Color Harmonies of #E14DA3
Complementary color
Monochromatic Colors of #E14DA3
Black with #E14DA3
Text Example
Text Example
White with #E14DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14DA3; }
p { color: rgb(225,77,163); }
H1.HeaderClassName
{
color: #E14DA3;
}
.AnyTagClassName
{
color: #E14DA3;
}
</style>
background-color css
<style>
a { background-color: #E14DA3; }
a { background-color: rgb(225,77,163); }
div.DivClassName
{
background-color: #E14DA3;
}
.BgClassName
{
background-color: #E14DA3;
}
</style>
border-color css
<style>
span { border-color: #E14DA3; }
span { border-color: rgb(225,77,163); }
td.TdClassName
{
border-color: #E14DA3;
}
.TagClassName
{
border-color: #E14DA3;
}
</style>