#E55E6E

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

Shades of Froly #E55E6E

Tints of Froly #E55E6E

Color information

#E55E6E (or 0xE55E6E) is unknown color: approx Froly. HEX triplet: E5, 5E and 6E. RGB value is (229,94,110). Sum of RGB (Red+Green+Blue) = 229+94+110=433 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.89% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 110 (43.36% from 255 or 25.40% from 433); Max value from RGB is 229 - color contains mainly: red. Hex color #E55E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55E6E is #1AA191. Grayscale: #888888. Windows color (decimal): -1745298 or 7233253. OLE color: 7233253.

HSL color Cylindrical-coordinate representation of color #E55E6E: hue angle of 352.89º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55E6E is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB22994110-
CMYK00.590.520.10
HSL352.89º72.19%63.33%-
HSV(B)352.89º58.95%89.8%-
XYZ39.1325.7917.67-
YUV136.19113.23194.2-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.89%
GREEN value IS 94 (37.11% from 255) = 21.71%
BLUE value IS 110 (43.36% from 255) = 25.40%
R=52.89%
G=21.71%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299411000.590.520.10352.8972.1963.33
HexE55E6E03B34A161483f
Octal345136156073641254111077
Binary1110010110111101101110011101111010010101011000011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55E6E; }

 p { color: rgb(229,94,110); }

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

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

 a { background-color: rgb(229,94,110); }

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

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

 span { border-color: rgb(229,94,110); }

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