#EB6F74

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

Shades of Froly #EB6F74

Tints of Froly #EB6F74

Color information

#EB6F74 (or 0xEB6F74) is unknown color: approx Froly. HEX triplet: EB, 6F and 74. RGB value is (235,111,116). Sum of RGB (Red+Green+Blue) = 235+111+116=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6F74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6F74 is #14908B. Grayscale: #949494. Windows color (decimal): -1347724 or 7630827. OLE color: 7630827.

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

Color convert

RGB235111116-
CMYK00.530.510.08
HSL357.58º75.61%67.84%-
HSV(B)357.58º52.77%92.16%-
XYZ43.130.2920.1-
YUV148.65109.58189.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.87%
GREEN value IS 111 (43.75% from 255) = 24.03%
BLUE value IS 116 (45.70% from 255) = 25.11%
R=50.87%
G=24.03%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511111600.530.510.08357.5875.6167.84
HexEB6F740353381664c44
Octal3531571640656310546114104
Binary11101011110111111101000110101110011100010110011010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6F74; }

 p { color: rgb(235,111,116); }

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

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

 a { background-color: rgb(235,111,116); }

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

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

 span { border-color: rgb(235,111,116); }

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