#EB6E6F

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

Shades of Froly #EB6E6F

Tints of Froly #EB6E6F

Color information

#EB6E6F (or 0xEB6E6F) is unknown color: approx Froly. HEX triplet: EB, 6E and 6F. RGB value is (235,110,111). Sum of RGB (Red+Green+Blue) = 235+110+111=456 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.54% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 111 (43.75% from 255 or 24.34% from 456); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6E6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6E6F is #149190. Grayscale: #939393. Windows color (decimal): -1347985 or 7302891. OLE color: 7302891.

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

Color convert

RGB235110111-
CMYK00.530.530.08
HSL359.52º75.76%67.65%-
HSV(B)359.52º53.19%92.16%-
XYZ42.7129.9618.57-
YUV147.49107.41190.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.54%
GREEN value IS 110 (43.36% from 255) = 24.12%
BLUE value IS 111 (43.75% from 255) = 24.34%
R=51.54%
G=24.12%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511011100.530.530.08359.5275.7667.65
HexEB6E6F0353581684c44
Octal3531561570656510550114104
Binary11101011110111011011110110101110101100010110100010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6E6F; }

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

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

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

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

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

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

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

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