Shades of French Rose #E3529B
Tints of French Rose #E3529B
RGB
CMYK
RGB Variations
Color information
#E3529B (or 0xE3529B) is known color: French Rose. HEX triplet: E3, 52 and 9B. RGB value is (227,82,155). Sum of RGB (Red+Green+Blue) = 227+82+155=464 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.92% from 464); Green value is 82 (32.42% from 255 or 17.67% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 227 - color contains mainly: red. Hex color #E3529B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E3529B is #1CAD64. Grayscale: #858585. Windows color (decimal): -1879397 or 10179299. OLE color: 10179299.
HSL color Cylindrical-coordinate representation of color #E3529B: hue angle of 329.79º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E3529B is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 155 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.11 |
| HSL | 329.79º | 0.72% | 0.61% | - |
| HSV(B) | 329.79º | 0.64% | 0.89% | - |
| XYZ | 40.61 | 24.73 | 33.64 | - |
| YUV | 133.68 | 140.04 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 155 | 0 | 0.64 | 0.32 | 0.11 | 329.79 | 0.72 | 0.61 |
| Hex | E3 | 52 | 9B | 0 | 40 | 20 | B | 14A | 48 | 3D |
| Octal | 343 | 122 | 233 | 0 | 100 | 40 | 13 | 512 | 110 | 75 |
| Binary | 11100011 | 1010010 | 10011011 | 0 | 1000000 | 100000 | 1011 | 101001010 | 1001000 | 111101 |
Color Harmonies of #E3529B
Complementary color
Monochromatic Colors of #E3529B
Black with #E3529B
Text Example
Text Example
White with #E3529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3529B; }
p { color: rgb(227,82,155); }
H1.HeaderClassName
{
color: #E3529B;
}
.AnyTagClassName
{
color: #E3529B;
}
</style>
background-color css
<style>
a { background-color: #E3529B; }
a { background-color: rgb(227,82,155); }
div.DivClassName
{
background-color: #E3529B;
}
.BgClassName
{
background-color: #E3529B;
}
</style>
border-color css
<style>
span { border-color: #E3529B; }
span { border-color: rgb(227,82,155); }
td.TdClassName
{
border-color: #E3529B;
}
.TagClassName
{
border-color: #E3529B;
}
</style>