#ea687b

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

Shades of Froly #EA687B

Tints of Froly #EA687B

Color information

#EA687B (or 0xEA687B) is unknown color: approx Froly. HEX triplet: EA, 68 and 7B. RGB value is (234,104,123). Sum of RGB (Red+Green+Blue) = 234+104+123=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA687B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA687B is #159784. Grayscale: #919191. Windows color (decimal): -1415045 or 8087786. OLE color: 8087786.

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

Color convert

RGB234104123-
CMYK00.560.470.08
HSL351.23º75.58%66.27%-
HSV(B)351.23º55.56%91.76%-
XYZ42.4628.8222.06-
YUV145.04115.57191.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.76%
GREEN value IS 104 (41.02% from 255) = 22.56%
BLUE value IS 123 (48.44% from 255) = 26.68%
R=50.76%
G=22.56%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410412300.560.470.08351.2375.5866.27
HexEA687B0382F815f4c42
Octal3521501730705710537114102
Binary11101010110100011110110111000101111100010101111110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea687b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea687b; }

 p { color: rgb(234,104,123); }

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

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

 a { background-color: rgb(234,104,123); }

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

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

 span { border-color: rgb(234,104,123); }

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