#EB6E70

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

Shades of Froly #EB6E70

Tints of Froly #EB6E70

Color information

#EB6E70 (or 0xEB6E70) is unknown color: approx Froly. HEX triplet: EB, 6E and 70. RGB value is (235,110,112). Sum of RGB (Red+Green+Blue) = 235+110+112=457 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.42% from 457); Green value is 110 (43.36% from 255 or 24.07% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6E70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6E70 is #14918F. Grayscale: #939393. Windows color (decimal): -1347984 or 7368427. OLE color: 7368427.

HSL color Cylindrical-coordinate representation of color #EB6E70: hue angle of 359.04º 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 #EB6E70 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB235110112-
CMYK00.530.520.08
HSL359.04º75.76%67.65%-
HSV(B)359.04º53.19%92.16%-
XYZ42.7629.9818.86-
YUV147.6107.91190.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.42%
GREEN value IS 110 (43.36% from 255) = 24.07%
BLUE value IS 112 (44.14% from 255) = 24.51%
R=51.42%
G=24.07%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511011200.530.520.08359.0475.7667.65
HexEB6E700353481674c44
Octal3531561600656410547114104
Binary11101011110111011100000110101110100100010110011110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6E70; }

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

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

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

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

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

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

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

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