#EB616C

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

Shades of Froly #EB616C

Tints of Froly #EB616C

Color information

#EB616C (or 0xEB616C) is unknown color: approx Froly. HEX triplet: EB, 61 and 6C. RGB value is (235,97,108). Sum of RGB (Red+Green+Blue) = 235+97+108=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 108 (42.58% from 255 or 24.55% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EB616C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB616C is #149E93. Grayscale: #8B8B8B. Windows color (decimal): -1351316 or 7102955. OLE color: 7102955.

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

Color convert

RGB23597108-
CMYK00.590.540.08
HSL355.22º77.53%65.1%-
HSV(B)355.22º58.72%92.16%-
XYZ41.2427.2917.28-
YUV139.52110.22196.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.41%
GREEN value IS 97 (38.28% from 255) = 22.05%
BLUE value IS 108 (42.58% from 255) = 24.55%
R=53.41%
G=22.05%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359710800.590.540.08355.2277.5365.1
HexEB616C03B3681634e41
Octal3531411540736610543116101
Binary11101011110000111011000111011110110100010110001110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB616C; }

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

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

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

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

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

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

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

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