Shades of French Rose #E2529A
Tints of French Rose #E2529A
RGB
CMYK
RGB Variations
Color information
#E2529A (or 0xE2529A) is known color: French Rose. HEX triplet: E2, 52 and 9A. RGB value is (226,82,154). Sum of RGB (Red+Green+Blue) = 226+82+154=462 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.92% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 154 (60.55% from 255 or 33.33% from 462); Max value from RGB is 226 - color contains mainly: red. Hex color #E2529A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2529A is #1DAD65. Grayscale: #858585. Windows color (decimal): -1944934 or 10113762. OLE color: 10113762.
HSL color Cylindrical-coordinate representation of color #E2529A: hue angle of 330º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E2529A is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 82 | 154 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.11 |
| HSL | 330º | 0.71% | 0.6% | - |
| HSV(B) | 330º | 0.64% | 0.89% | - |
| XYZ | 40.21 | 24.54 | 33.19 | - |
| YUV | 133.26 | 139.71 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 82 | 154 | 0 | 0.64 | 0.32 | 0.11 | 330 | 0.71 | 0.6 |
| Hex | E2 | 52 | 9A | 0 | 40 | 20 | B | 14A | 47 | 3C |
| Octal | 342 | 122 | 232 | 0 | 100 | 40 | 13 | 512 | 107 | 74 |
| Binary | 11100010 | 1010010 | 10011010 | 0 | 1000000 | 100000 | 1011 | 101001010 | 1000111 | 111100 |
Color Harmonies of #E2529A
Complementary color
Monochromatic Colors of #E2529A
Black with #E2529A
Text Example
Text Example
White with #E2529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2529A; }
p { color: rgb(226,82,154); }
H1.HeaderClassName
{
color: #E2529A;
}
.AnyTagClassName
{
color: #E2529A;
}
</style>
background-color css
<style>
a { background-color: #E2529A; }
a { background-color: rgb(226,82,154); }
div.DivClassName
{
background-color: #E2529A;
}
.BgClassName
{
background-color: #E2529A;
}
</style>
border-color css
<style>
span { border-color: #E2529A; }
span { border-color: rgb(226,82,154); }
td.TdClassName
{
border-color: #E2529A;
}
.TagClassName
{
border-color: #E2529A;
}
</style>