#ED687A

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

Shades of Froly #ED687A

Tints of Froly #ED687A

Color information

#ED687A (or 0xED687A) is unknown color: approx Froly. HEX triplet: ED, 68 and 7A. RGB value is (237,104,122). Sum of RGB (Red+Green+Blue) = 237+104+122=463 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.19% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 122 (48.05% from 255 or 26.35% from 463); Max value from RGB is 237 - color contains mainly: red. Hex color #ED687A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED687A is #129785. Grayscale: #919191. Windows color (decimal): -1218438 or 8022253. OLE color: 8022253.

HSL color Cylindrical-coordinate representation of color #ED687A: hue angle of 351.88º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED687A is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB237104122-
CMYK00.560.490.07
HSL351.88º78.7%66.86%-
HSV(B)351.88º56.12%92.94%-
XYZ43.3929.3121.78-
YUV145.82114.56193.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.19%
GREEN value IS 104 (41.02% from 255) = 22.46%
BLUE value IS 122 (48.05% from 255) = 26.35%
R=51.19%
G=22.46%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710412200.560.490.07351.8878.766.86
HexED687A0383171604f43
Octal355150172070617540117103
Binary1110110111010001111010011100011000111110110000010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED687A; }

 p { color: rgb(237,104,122); }

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

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

 a { background-color: rgb(237,104,122); }

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

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

 span { border-color: rgb(237,104,122); }

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