Shades of French Rose #E1529A
Tints of French Rose #E1529A
RGB
CMYK
RGB Variations
Color information
#E1529A (or 0xE1529A) is known color: French Rose. HEX triplet: E1, 52 and 9A. RGB value is (225,82,154). Sum of RGB (Red+Green+Blue) = 225+82+154=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E1529A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1529A is #1EAD65. Grayscale: #848484. Windows color (decimal): -2010470 or 10113761. OLE color: 10113761.
HSL color Cylindrical-coordinate representation of color #E1529A: hue angle of 329.79º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E1529A is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 82 | 154 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.12 |
| HSL | 329.79º | 0.7% | 0.6% | - |
| HSV(B) | 329.79º | 0.64% | 0.88% | - |
| XYZ | 39.9 | 24.38 | 33.17 | - |
| YUV | 132.97 | 139.88 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 82 | 154 | 0 | 0.64 | 0.32 | 0.12 | 329.79 | 0.7 | 0.6 |
| Hex | E1 | 52 | 9A | 0 | 40 | 20 | C | 14A | 46 | 3C |
| Octal | 341 | 122 | 232 | 0 | 100 | 40 | 14 | 512 | 106 | 74 |
| Binary | 11100001 | 1010010 | 10011010 | 0 | 1000000 | 100000 | 1100 | 101001010 | 1000110 | 111100 |
Color Harmonies of #E1529A
Complementary color
Monochromatic Colors of #E1529A
Black with #E1529A
Text Example
Text Example
White with #E1529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1529A; }
p { color: rgb(225,82,154); }
H1.HeaderClassName
{
color: #E1529A;
}
.AnyTagClassName
{
color: #E1529A;
}
</style>
background-color css
<style>
a { background-color: #E1529A; }
a { background-color: rgb(225,82,154); }
div.DivClassName
{
background-color: #E1529A;
}
.BgClassName
{
background-color: #E1529A;
}
</style>
border-color css
<style>
span { border-color: #E1529A; }
span { border-color: rgb(225,82,154); }
td.TdClassName
{
border-color: #E1529A;
}
.TagClassName
{
border-color: #E1529A;
}
</style>