#EB5F68

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

Shades of Froly #EB5F68

Tints of Froly #EB5F68

Color information

#EB5F68 (or 0xEB5F68) is unknown color: approx Froly. HEX triplet: EB, 5F and 68. RGB value is (235,95,104). Sum of RGB (Red+Green+Blue) = 235+95+104=434 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.15% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 104 (41.02% from 255 or 23.96% from 434); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5F68 is #14A097. Grayscale: #898989. Windows color (decimal): -1351832 or 6840299. OLE color: 6840299.

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

Color convert

RGB23595104-
CMYK00.600.560.08
HSL356.14º77.78%64.71%-
HSV(B)356.14º59.57%92.16%-
XYZ40.8526.8516.13-
YUV137.89108.88197.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 54.15%
GREEN value IS 95 (37.5% from 255) = 21.89%
BLUE value IS 104 (41.02% from 255) = 23.96%
R=54.15%
G=21.89%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359510400.600.560.08356.1477.7864.71
HexEB5F6803C3881644e41
Octal3531371500747010544116101
Binary11101011101111111010000111100111000100010110010010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5F68; }

 p { color: rgb(235,95,104); }

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

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

 a { background-color: rgb(235,95,104); }

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

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

 span { border-color: rgb(235,95,104); }

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