#EB7071

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

Shades of Froly #EB7071

Tints of Froly #EB7071

Color information

#EB7071 (or 0xEB7071) is unknown color: approx Froly. HEX triplet: EB, 70 and 71. RGB value is (235,112,113). Sum of RGB (Red+Green+Blue) = 235+112+113=460 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.09% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7071 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7071 is #148F8E. Grayscale: #959595. Windows color (decimal): -1347471 or 7434475. OLE color: 7434475.

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

Color convert

RGB235112113-
CMYK00.520.520.08
HSL359.51º75.46%68.04%-
HSV(B)359.51º52.34%92.16%-
XYZ43.0430.4419.23-
YUV148.89107.75189.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.09%
GREEN value IS 112 (44.14% from 255) = 24.35%
BLUE value IS 113 (44.53% from 255) = 24.57%
R=51.09%
G=24.35%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511211300.520.520.08359.5175.4668.04
HexEB70710343481684b44
Octal3531601610646410550113104
Binary11101011111000011100010110100110100100010110100010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7071; }

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

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

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

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

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

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

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

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