#EB5A60

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

Shades of Froly #EB5A60

Tints of Froly #EB5A60

Color information

#EB5A60 (or 0xEB5A60) is unknown color: approx Froly. HEX triplet: EB, 5A and 60. RGB value is (235,90,96). Sum of RGB (Red+Green+Blue) = 235+90+96=421 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.82% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5A60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5A60 is #14A59F. Grayscale: #868686. Windows color (decimal): -1353120 or 6314731. OLE color: 6314731.

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

Color convert

RGB2359096-
CMYK00.620.590.08
HSL357.52º78.38%63.73%-
HSV(B)357.52º61.7%92.16%-
XYZ40.0325.8213.94-
YUV134.04106.54200.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 55.82%
GREEN value IS 90 (35.55% from 255) = 21.38%
BLUE value IS 96 (37.89% from 255) = 22.80%
R=55.82%
G=21.38%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235909600.620.590.08357.5278.3863.73
HexEB5A6003E3B81664e40
Octal3531321400767310546116100
Binary11101011101101011000000111110111011100010110011010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5A60; }

 p { color: rgb(235,90,96); }

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

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

 a { background-color: rgb(235,90,96); }

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

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

 span { border-color: rgb(235,90,96); }

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