Shades of Brilliant Rose #E2579C
Tints of Brilliant Rose #E2579C
RGB
CMYK
RGB Variations
Color information
#E2579C (or 0xE2579C) is known color: Brilliant Rose. HEX triplet: E2, 57 and 9C. RGB value is (226,87,156). Sum of RGB (Red+Green+Blue) = 226+87+156=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 87 (34.38% from 255 or 18.55% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 226 - color contains mainly: red. Hex color #E2579C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2579C is #1DA863. Grayscale: #888888. Windows color (decimal): -1943652 or 10246114. OLE color: 10246114.
HSL color Cylindrical-coordinate representation of color #E2579C: hue angle of 330.22º 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 #E2579C is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 87 | 156 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.11 |
| HSL | 330.22º | 0.71% | 0.61% | - |
| HSV(B) | 330.22º | 0.62% | 0.89% | - |
| XYZ | 40.77 | 25.39 | 34.2 | - |
| YUV | 136.43 | 139.05 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 87 | 156 | 0 | 0.62 | 0.31 | 0.11 | 330.22 | 0.71 | 0.61 |
| Hex | E2 | 57 | 9C | 0 | 3E | 1F | B | 14A | 47 | 3D |
| Octal | 342 | 127 | 234 | 0 | 76 | 37 | 13 | 512 | 107 | 75 |
| Binary | 11100010 | 1010111 | 10011100 | 0 | 111110 | 11111 | 1011 | 101001010 | 1000111 | 111101 |
Color Harmonies of #E2579C
Complementary color
Monochromatic Colors of #E2579C
Black with #E2579C
Text Example
Text Example
White with #E2579C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2579C; }
p { color: rgb(226,87,156); }
H1.HeaderClassName
{
color: #E2579C;
}
.AnyTagClassName
{
color: #E2579C;
}
</style>
background-color css
<style>
a { background-color: #E2579C; }
a { background-color: rgb(226,87,156); }
div.DivClassName
{
background-color: #E2579C;
}
.BgClassName
{
background-color: #E2579C;
}
</style>
border-color css
<style>
span { border-color: #E2579C; }
span { border-color: rgb(226,87,156); }
td.TdClassName
{
border-color: #E2579C;
}
.TagClassName
{
border-color: #E2579C;
}
</style>