#E0656D

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

Shades of Froly #E0656D

Tints of Froly #E0656D

Color information

#E0656D (or 0xE0656D) is unknown color: approx Froly. HEX triplet: E0, 65 and 6D. RGB value is (224,101,109). Sum of RGB (Red+Green+Blue) = 224+101+109=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E0656D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0656D is #1F9A92. Grayscale: #8A8A8A. Windows color (decimal): -2071187 or 7169504. OLE color: 7169504.

HSL color Cylindrical-coordinate representation of color #E0656D: hue angle of 356.1º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E0656D is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB224101109-
CMYK00.550.510.12
HSL356.1º66.49%63.73%-
HSV(B)356.1º54.91%87.84%-
XYZ38.1526.2617.53-
YUV138.69111.25188.85-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.61%
GREEN value IS 101 (39.84% from 255) = 23.27%
BLUE value IS 109 (42.97% from 255) = 25.12%
R=51.61%
G=23.27%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410110900.550.510.12356.166.4963.73
HexE0656D03733C1644240
Octal3401451550676314544102100
Binary11100000110010111011010110111110011110010110010010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0656D; }

 p { color: rgb(224,101,109); }

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

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

 a { background-color: rgb(224,101,109); }

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

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

 span { border-color: rgb(224,101,109); }

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