#E0686A

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

Shades of Froly #E0686A

Tints of Froly #E0686A

Color information

#E0686A (or 0xE0686A) is unknown color: approx Froly. HEX triplet: E0, 68 and 6A. RGB value is (224,104,106). Sum of RGB (Red+Green+Blue) = 224+104+106=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 106 (41.80% from 255 or 24.42% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E0686A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0686A is #1F9795. Grayscale: #8C8C8C. Windows color (decimal): -2070422 or 6973664. OLE color: 6973664.

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

Color convert

RGB224104106-
CMYK00.540.530.12
HSL359º65.93%64.31%-
HSV(B)359º53.57%87.84%-
XYZ38.2926.7916.79-
YUV140.11108.76187.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.61%
GREEN value IS 104 (41.02% from 255) = 23.96%
BLUE value IS 106 (41.80% from 255) = 24.42%
R=51.61%
G=23.96%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410410600.540.530.1235965.9364.31
HexE0686A03635C1674240
Octal3401501520666514547102100
Binary11100000110100011010100110110110101110010110011110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0686A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0686A; }

 p { color: rgb(224,104,106); }

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

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

 a { background-color: rgb(224,104,106); }

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

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

 span { border-color: rgb(224,104,106); }

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