#EB686E

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

Shades of Froly #EB686E

Tints of Froly #EB686E

Color information

#EB686E (or 0xEB686E) is unknown color: approx Froly. HEX triplet: EB, 68 and 6E. RGB value is (235,104,110). Sum of RGB (Red+Green+Blue) = 235+104+110=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EB686E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB686E is #149791. Grayscale: #8F8F8F. Windows color (decimal): -1349522 or 7235819. OLE color: 7235819.

HSL color Cylindrical-coordinate representation of color #EB686E: hue angle of 357.25º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EB686E is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB235104110-
CMYK00.560.530.08
HSL357.25º76.61%66.47%-
HSV(B)357.25º55.74%92.16%-
XYZ42.0328.6918.07-
YUV143.85108.9193.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.34%
GREEN value IS 104 (41.02% from 255) = 23.16%
BLUE value IS 110 (43.36% from 255) = 24.50%
R=52.34%
G=23.16%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510411000.560.530.08357.2576.6166.47
HexEB686E0383581654d42
Octal3531501560706510545115102
Binary11101011110100011011100111000110101100010110010110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB686E; }

 p { color: rgb(235,104,110); }

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

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

 a { background-color: rgb(235,104,110); }

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

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

 span { border-color: rgb(235,104,110); }

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