Shades of Brilliant Rose #E458AA
Tints of Brilliant Rose #E458AA
RGB
CMYK
RGB Variations
Color information
#E458AA (or 0xE458AA) is known color: Brilliant Rose. HEX triplet: E4, 58 and AA. RGB value is (228,88,170). Sum of RGB (Red+Green+Blue) = 228+88+170=486 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.91% from 486); Green value is 88 (34.77% from 255 or 18.11% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 228 - color contains mainly: red. Hex color #E458AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E458AA is #1BA755. Grayscale: #8B8B8B. Windows color (decimal): -1812310 or 11163876. OLE color: 11163876.
HSL color Cylindrical-coordinate representation of color #E458AA: hue angle of 324.86º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E458AA is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 88 | 170 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.11 |
| HSL | 324.86º | 0.72% | 0.62% | - |
| HSV(B) | 324.86º | 0.61% | 0.89% | - |
| XYZ | 42.74 | 26.38 | 40.87 | - |
| YUV | 139.21 | 145.38 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 88 | 170 | 0 | 0.61 | 0.25 | 0.11 | 324.86 | 0.72 | 0.62 |
| Hex | E4 | 58 | AA | 0 | 3D | 19 | B | 145 | 48 | 3E |
| Octal | 344 | 130 | 252 | 0 | 75 | 31 | 13 | 505 | 110 | 76 |
| Binary | 11100100 | 1011000 | 10101010 | 0 | 111101 | 11001 | 1011 | 101000101 | 1001000 | 111110 |
Color Harmonies of #E458AA
Complementary color
Monochromatic Colors of #E458AA
Black with #E458AA
Text Example
Text Example
White with #E458AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E458AA; }
p { color: rgb(228,88,170); }
H1.HeaderClassName
{
color: #E458AA;
}
.AnyTagClassName
{
color: #E458AA;
}
</style>
background-color css
<style>
a { background-color: #E458AA; }
a { background-color: rgb(228,88,170); }
div.DivClassName
{
background-color: #E458AA;
}
.BgClassName
{
background-color: #E458AA;
}
</style>
border-color css
<style>
span { border-color: #E458AA; }
span { border-color: rgb(228,88,170); }
td.TdClassName
{
border-color: #E458AA;
}
.TagClassName
{
border-color: #E458AA;
}
</style>