#e3559a

Color #E3559A French Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Rose #E3559A

Tints of French Rose #E3559A

Color information

#E3559A (or 0xE3559A) is unknown color: approx French Rose. HEX triplet: E3, 55 and 9A. RGB value is (227,85,154). Sum of RGB (Red+Green+Blue) = 227+85+154=466 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.71% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 227 - color contains mainly: red. Hex color #E3559A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E3559A is #1CAA65. Grayscale: #878787. Windows color (decimal): -1878630 or 10114531. OLE color: 10114531.

HSL color Cylindrical-coordinate representation of color #E3559A: hue angle of 330.85º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E3559A is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB22785154-
CMYK00.630.320.11
HSL330.85º71.72%61.18%-
HSV(B)330.85º62.56%89.02%-
XYZ40.7625.1633.28-
YUV135.32138.54193.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 227 (89.06% from 255) = 48.71%
GREEN value IS 85 (33.59% from 255) = 18.24%
BLUE value IS 154 (60.55% from 255) = 33.05%
R=48.71%
G=18.24%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2278515400.630.320.11330.8571.7261.18
HexE3559A03F20B14b483d
Octal343125232077401351311075
Binary11100011101010110011010011111110000010111010010111001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e3559a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e3559a; }

 p { color: rgb(227,85,154); }

 H1.HeaderClassName
 {
   color: #e3559a;
 }
 .AnyTagClassName
 {
   color: #e3559a;
 }
</style>
background-color css

<style>
 a { background-color: #e3559a; }

 a { background-color: rgb(227,85,154); }

 div.DivClassName
 {
   background-color: #e3559a;
 }
 .BgClassName
 {
   background-color: #e3559a;
 }
</style>
border-color css

<style>
 span { border-color: #e3559a; }

 span { border-color: rgb(227,85,154); }

 td.TdClassName
 {
   border-color: #e3559a;
 }
 .TagClassName
 {
   border-color: #e3559a;
 }
</style>