Shades of Brilliant Rose #E2589D
Tints of Brilliant Rose #E2589D
RGB
CMYK
RGB Variations
Color information
#E2589D (or 0xE2589D) is known color: Brilliant Rose. HEX triplet: E2, 58 and 9D. RGB value is (226,88,157). Sum of RGB (Red+Green+Blue) = 226+88+157=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 88 (34.77% from 255 or 18.68% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E2589D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2589D is #1DA762. Grayscale: #888888. Windows color (decimal): -1943395 or 10311906. OLE color: 10311906.
HSL color Cylindrical-coordinate representation of color #E2589D: hue angle of 330º degrees, saturation: 0.7, 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 #E2589D is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 88 | 157 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.11 |
| HSL | 330º | 0.7% | 0.62% | - |
| HSV(B) | 330º | 0.61% | 0.89% | - |
| XYZ | 40.94 | 25.58 | 34.68 | - |
| YUV | 137.13 | 139.22 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 88 | 157 | 0 | 0.61 | 0.31 | 0.11 | 330 | 0.7 | 0.62 |
| Hex | E2 | 58 | 9D | 0 | 3D | 1F | B | 14A | 46 | 3E |
| Octal | 342 | 130 | 235 | 0 | 75 | 37 | 13 | 512 | 106 | 76 |
| Binary | 11100010 | 1011000 | 10011101 | 0 | 111101 | 11111 | 1011 | 101001010 | 1000110 | 111110 |
Color Harmonies of #E2589D
Complementary color
Monochromatic Colors of #E2589D
Black with #E2589D
Text Example
Text Example
White with #E2589D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2589D; }
p { color: rgb(226,88,157); }
H1.HeaderClassName
{
color: #E2589D;
}
.AnyTagClassName
{
color: #E2589D;
}
</style>
background-color css
<style>
a { background-color: #E2589D; }
a { background-color: rgb(226,88,157); }
div.DivClassName
{
background-color: #E2589D;
}
.BgClassName
{
background-color: #E2589D;
}
</style>
border-color css
<style>
span { border-color: #E2589D; }
span { border-color: rgb(226,88,157); }
td.TdClassName
{
border-color: #E2589D;
}
.TagClassName
{
border-color: #E2589D;
}
</style>