#ED696F

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

Shades of Froly #ED696F

Tints of Froly #ED696F

Color information

#ED696F (or 0xED696F) is unknown color: approx Froly. HEX triplet: ED, 69 and 6F. RGB value is (237,105,111). Sum of RGB (Red+Green+Blue) = 237+105+111=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 111 (43.75% from 255 or 24.50% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #ED696F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED696F is #129690. Grayscale: #919191. Windows color (decimal): -1218193 or 7301613. OLE color: 7301613.

HSL color Cylindrical-coordinate representation of color #ED696F: hue angle of 357.27º 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 #ED696F is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB237105111-
CMYK00.560.530.07
HSL357.27º78.57%67.06%-
HSV(B)357.27º55.7%92.94%-
XYZ42.8529.2618.43-
YUV145.15108.73193.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.32%
GREEN value IS 105 (41.41% from 255) = 23.18%
BLUE value IS 111 (43.75% from 255) = 24.50%
R=52.32%
G=23.18%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710511100.560.530.07357.2778.5767.06
HexED696F0383571654f43
Octal355151157070657545117103
Binary1110110111010011101111011100011010111110110010110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED696F; }

 p { color: rgb(237,105,111); }

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

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

 a { background-color: rgb(237,105,111); }

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

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

 span { border-color: rgb(237,105,111); }

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