Shades of French Rose #E8529A
Tints of French Rose #E8529A
RGB
CMYK
RGB Variations
Color information
#E8529A (or 0xE8529A) is known color: French Rose. HEX triplet: E8, 52 and 9A. RGB value is (232,82,154). Sum of RGB (Red+Green+Blue) = 232+82+154=468 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.57% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 232 - color contains mainly: red. Hex color #E8529A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8529A is #17AD65. Grayscale: #868686. Windows color (decimal): -1551718 or 10113768. OLE color: 10113768.
HSL color Cylindrical-coordinate representation of color #E8529A: hue angle of 331.2º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E8529A is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 154 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.09 |
| HSL | 331.2º | 0.77% | 0.62% | - |
| HSV(B) | 331.2º | 0.65% | 0.91% | - |
| XYZ | 42.13 | 25.52 | 33.28 | - |
| YUV | 135.06 | 138.7 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 154 | 0 | 0.65 | 0.34 | 0.09 | 331.2 | 0.77 | 0.62 |
| Hex | E8 | 52 | 9A | 0 | 41 | 22 | 9 | 14B | 4D | 3E |
| Octal | 350 | 122 | 232 | 0 | 101 | 42 | 11 | 513 | 115 | 76 |
| Binary | 11101000 | 1010010 | 10011010 | 0 | 1000001 | 100010 | 1001 | 101001011 | 1001101 | 111110 |
Color Harmonies of #E8529A
Complementary color
Monochromatic Colors of #E8529A
Black with #E8529A
Text Example
Text Example
White with #E8529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8529A; }
p { color: rgb(232,82,154); }
H1.HeaderClassName
{
color: #E8529A;
}
.AnyTagClassName
{
color: #E8529A;
}
</style>
background-color css
<style>
a { background-color: #E8529A; }
a { background-color: rgb(232,82,154); }
div.DivClassName
{
background-color: #E8529A;
}
.BgClassName
{
background-color: #E8529A;
}
</style>
border-color css
<style>
span { border-color: #E8529A; }
span { border-color: rgb(232,82,154); }
td.TdClassName
{
border-color: #E8529A;
}
.TagClassName
{
border-color: #E8529A;
}
</style>