#EB657D

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

Shades of Froly #EB657D

Tints of Froly #EB657D

Color information

#EB657D (or 0xEB657D) is unknown color: approx Froly. HEX triplet: EB, 65 and 7D. RGB value is (235,101,125). Sum of RGB (Red+Green+Blue) = 235+101+125=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 101 (39.84% from 255 or 21.91% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EB657D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB657D is #149A82. Grayscale: #8F8F8F. Windows color (decimal): -1350275 or 8218091. OLE color: 8218091.

HSL color Cylindrical-coordinate representation of color #EB657D: hue angle of 349.25º 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 #EB657D is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB235101125-
CMYK00.570.470.08
HSL349.25º77.01%65.88%-
HSV(B)349.25º57.02%92.16%-
XYZ42.6228.4522.65-
YUV143.8117.39193.05-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.98%
GREEN value IS 101 (39.84% from 255) = 21.91%
BLUE value IS 125 (49.22% from 255) = 27.11%
R=50.98%
G=21.91%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510112500.570.470.08349.2577.0165.88
HexEB657D0392F815d4d42
Octal3531451750715710535115102
Binary11101011110010111111010111001101111100010101110110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB657D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB657D; }

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

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

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

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

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

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

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

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