#E55696

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

Shades of French Rose #E55696

Tints of French Rose #E55696

Color information

#E55696 (or 0xE55696) is unknown color: approx French Rose. HEX triplet: E5, 56 and 96. RGB value is (229,86,150). Sum of RGB (Red+Green+Blue) = 229+86+150=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E55696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55696 is #1AA969. Grayscale: #878787. Windows color (decimal): -1747306 or 9852645. OLE color: 9852645.

HSL color Cylindrical-coordinate representation of color #E55696: hue angle of 333.15º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E55696 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB22986150-
CMYK00.620.340.10
HSL333.15º73.33%61.76%-
HSV(B)333.15º62.45%89.8%-
XYZ41.1525.5231.61-
YUV136.05135.88194.3-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.25%
GREEN value IS 86 (33.98% from 255) = 18.49%
BLUE value IS 150 (58.98% from 255) = 32.26%
R=49.25%
G=18.49%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298615000.620.340.10333.1573.3361.76
HexE5569603E22A14d493e
Octal345126226076421251511176
Binary11100101101011010010110011111010001010101010011011001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55696; }

 p { color: rgb(229,86,150); }

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

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

 a { background-color: rgb(229,86,150); }

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

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

 span { border-color: rgb(229,86,150); }

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