#EB656F

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

Shades of Froly #EB656F

Tints of Froly #EB656F

Color information

#EB656F (or 0xEB656F) is unknown color: approx Froly. HEX triplet: EB, 65 and 6F. RGB value is (235,101,111). Sum of RGB (Red+Green+Blue) = 235+101+111=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 101 (39.84% from 255 or 22.60% from 447); Blue value is 111 (43.75% from 255 or 24.83% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EB656F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB656F is #149A90. Grayscale: #8E8E8E. Windows color (decimal): -1350289 or 7300587. OLE color: 7300587.

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

Color convert

RGB235101111-
CMYK00.570.530.08
HSL355.52º77.01%65.88%-
HSV(B)355.52º57.02%92.16%-
XYZ41.7828.1218.26-
YUV142.21110.39194.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.57%
GREEN value IS 101 (39.84% from 255) = 22.60%
BLUE value IS 111 (43.75% from 255) = 24.83%
R=52.57%
G=22.60%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510111100.570.530.08355.5277.0165.88
HexEB656F0393581644d42
Octal3531451570716510544115102
Binary11101011110010111011110111001110101100010110010010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB656F; }

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

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

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

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

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

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

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

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