Shades of Brilliant Rose #E45DAA
Tints of Brilliant Rose #E45DAA
RGB
CMYK
RGB Variations
Color information
#E45DAA (or 0xE45DAA) is known color: Brilliant Rose. HEX triplet: E4, 5D and AA. RGB value is (228,93,170). Sum of RGB (Red+Green+Blue) = 228+93+170=491 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.44% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 228 - color contains mainly: red. Hex color #E45DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45DAA is #1BA255. Grayscale: #8D8D8D. Windows color (decimal): -1811030 or 11165156. OLE color: 11165156.
HSL color Cylindrical-coordinate representation of color #E45DAA: hue angle of 325.78º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E45DAA is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 93 | 170 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.11 |
| HSL | 325.78º | 0.71% | 0.63% | - |
| HSV(B) | 325.78º | 0.59% | 0.89% | - |
| XYZ | 43.16 | 27.22 | 41.01 | - |
| YUV | 142.14 | 143.73 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 93 | 170 | 0 | 0.59 | 0.25 | 0.11 | 325.78 | 0.71 | 0.63 |
| Hex | E4 | 5D | AA | 0 | 3B | 19 | B | 146 | 47 | 3F |
| Octal | 344 | 135 | 252 | 0 | 73 | 31 | 13 | 506 | 107 | 77 |
| Binary | 11100100 | 1011101 | 10101010 | 0 | 111011 | 11001 | 1011 | 101000110 | 1000111 | 111111 |
Color Harmonies of #E45DAA
Complementary color
Monochromatic Colors of #E45DAA
Black with #E45DAA
Text Example
Text Example
White with #E45DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45DAA; }
p { color: rgb(228,93,170); }
H1.HeaderClassName
{
color: #E45DAA;
}
.AnyTagClassName
{
color: #E45DAA;
}
</style>
background-color css
<style>
a { background-color: #E45DAA; }
a { background-color: rgb(228,93,170); }
div.DivClassName
{
background-color: #E45DAA;
}
.BgClassName
{
background-color: #E45DAA;
}
</style>
border-color css
<style>
span { border-color: #E45DAA; }
span { border-color: rgb(228,93,170); }
td.TdClassName
{
border-color: #E45DAA;
}
.TagClassName
{
border-color: #E45DAA;
}
</style>