Shades of Brilliant Rose #E2579E
Tints of Brilliant Rose #E2579E
RGB
CMYK
RGB Variations
Color information
#E2579E (or 0xE2579E) is known color: Brilliant Rose. HEX triplet: E2, 57 and 9E. RGB value is (226,87,158). Sum of RGB (Red+Green+Blue) = 226+87+158=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 87 (34.38% from 255 or 18.47% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E2579E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2579E is #1DA861. Grayscale: #888888. Windows color (decimal): -1943650 or 10377186. OLE color: 10377186.
HSL color Cylindrical-coordinate representation of color #E2579E: hue angle of 329.35º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E2579E is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 87 | 158 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.11 |
| HSL | 329.35º | 0.71% | 0.61% | - |
| HSV(B) | 329.35º | 0.62% | 0.89% | - |
| XYZ | 40.94 | 25.45 | 35.1 | - |
| YUV | 136.66 | 140.05 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 87 | 158 | 0 | 0.62 | 0.30 | 0.11 | 329.35 | 0.71 | 0.61 |
| Hex | E2 | 57 | 9E | 0 | 3E | 1E | B | 149 | 47 | 3D |
| Octal | 342 | 127 | 236 | 0 | 76 | 36 | 13 | 511 | 107 | 75 |
| Binary | 11100010 | 1010111 | 10011110 | 0 | 111110 | 11110 | 1011 | 101001001 | 1000111 | 111101 |
Color Harmonies of #E2579E
Complementary color
Monochromatic Colors of #E2579E
Black with #E2579E
Text Example
Text Example
White with #E2579E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2579E; }
p { color: rgb(226,87,158); }
H1.HeaderClassName
{
color: #E2579E;
}
.AnyTagClassName
{
color: #E2579E;
}
</style>
background-color css
<style>
a { background-color: #E2579E; }
a { background-color: rgb(226,87,158); }
div.DivClassName
{
background-color: #E2579E;
}
.BgClassName
{
background-color: #E2579E;
}
</style>
border-color css
<style>
span { border-color: #E2579E; }
span { border-color: rgb(226,87,158); }
td.TdClassName
{
border-color: #E2579E;
}
.TagClassName
{
border-color: #E2579E;
}
</style>