Shades of French Rose #E3569A
Tints of French Rose #E3569A
RGB
CMYK
RGB Variations
Color information
#E3569A (or 0xE3569A) is known color: French Rose. HEX triplet: E3, 56 and 9A. RGB value is (227,86,154). Sum of RGB (Red+Green+Blue) = 227+86+154=467 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.61% from 467); Green value is 86 (33.98% from 255 or 18.42% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 227 - color contains mainly: red. Hex color #E3569A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E3569A is #1CA965. Grayscale: #878787. Windows color (decimal): -1878374 or 10114787. OLE color: 10114787.
HSL color Cylindrical-coordinate representation of color #E3569A: hue angle of 331.06º degrees, saturation: 0.72, 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 #E3569A is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 86 | 154 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.11 |
| HSL | 331.06º | 0.72% | 0.61% | - |
| HSV(B) | 331.06º | 0.62% | 0.89% | - |
| XYZ | 40.84 | 25.32 | 33.31 | - |
| YUV | 135.91 | 138.21 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 86 | 154 | 0 | 0.62 | 0.32 | 0.11 | 331.06 | 0.72 | 0.61 |
| Hex | E3 | 56 | 9A | 0 | 3E | 20 | B | 14B | 48 | 3D |
| Octal | 343 | 126 | 232 | 0 | 76 | 40 | 13 | 513 | 110 | 75 |
| Binary | 11100011 | 1010110 | 10011010 | 0 | 111110 | 100000 | 1011 | 101001011 | 1001000 | 111101 |
Color Harmonies of #E3569A
Complementary color
Monochromatic Colors of #E3569A
Black with #E3569A
Text Example
Text Example
White with #E3569A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3569A; }
p { color: rgb(227,86,154); }
H1.HeaderClassName
{
color: #E3569A;
}
.AnyTagClassName
{
color: #E3569A;
}
</style>
background-color css
<style>
a { background-color: #E3569A; }
a { background-color: rgb(227,86,154); }
div.DivClassName
{
background-color: #E3569A;
}
.BgClassName
{
background-color: #E3569A;
}
</style>
border-color css
<style>
span { border-color: #E3569A; }
span { border-color: rgb(227,86,154); }
td.TdClassName
{
border-color: #E3569A;
}
.TagClassName
{
border-color: #E3569A;
}
</style>