#EB6171

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

Shades of Froly #EB6171

Tints of Froly #EB6171

Color information

#EB6171 (or 0xEB6171) is unknown color: approx Froly. HEX triplet: EB, 61 and 71. RGB value is (235,97,113). Sum of RGB (Red+Green+Blue) = 235+97+113=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 97 (38.28% from 255 or 21.80% from 445); Blue value is 113 (44.53% from 255 or 25.39% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6171 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6171 is #149E8E. Grayscale: #8C8C8C. Windows color (decimal): -1351311 or 7430635. OLE color: 7430635.

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

Color convert

RGB23597113-
CMYK00.590.520.08
HSL353.04º77.53%65.1%-
HSV(B)353.04º58.72%92.16%-
XYZ41.5227.418.72-
YUV140.09112.72195.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.81%
GREEN value IS 97 (38.28% from 255) = 21.80%
BLUE value IS 113 (44.53% from 255) = 25.39%
R=52.81%
G=21.80%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359711300.590.520.08353.0477.5365.1
HexEB617103B3481614e41
Octal3531411610736410541116101
Binary11101011110000111100010111011110100100010110000110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6171; }

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

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

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

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

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

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

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

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