#EB6D73

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

Shades of Froly #EB6D73

Tints of Froly #EB6D73

Color information

#EB6D73 (or 0xEB6D73) is unknown color: approx Froly. HEX triplet: EB, 6D and 73. RGB value is (235,109,115). Sum of RGB (Red+Green+Blue) = 235+109+115=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 109 (42.97% from 255 or 23.75% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6D73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6D73 is #14928C. Grayscale: #939393. Windows color (decimal): -1348237 or 7564779. OLE color: 7564779.

HSL color Cylindrical-coordinate representation of color #EB6D73: hue angle of 357.14º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EB6D73 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB235109115-
CMYK00.540.510.08
HSL357.14º75.9%67.45%-
HSV(B)357.14º53.62%92.16%-
XYZ42.8229.8419.72-
YUV147.36109.74190.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.20%
GREEN value IS 109 (42.97% from 255) = 23.75%
BLUE value IS 115 (45.31% from 255) = 25.05%
R=51.20%
G=23.75%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510911500.540.510.08357.1475.967.45
HexEB6D730363381654c43
Octal3531551630666310545114103
Binary11101011110110111100110110110110011100010110010110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6D73; }

 p { color: rgb(235,109,115); }

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

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

 a { background-color: rgb(235,109,115); }

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

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

 span { border-color: rgb(235,109,115); }

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