#ED6676

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

Shades of Froly #ED6676

Tints of Froly #ED6676

Color information

#ED6676 (or 0xED6676) is unknown color: approx Froly. HEX triplet: ED, 66 and 76. RGB value is (237,102,118). Sum of RGB (Red+Green+Blue) = 237+102+118=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6676 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6676 is #129989. Grayscale: #909090. Windows color (decimal): -1218954 or 7759597. OLE color: 7759597.

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

Color convert

RGB237102118-
CMYK00.570.500.07
HSL352.89º78.95%66.47%-
HSV(B)352.89º56.96%92.94%-
XYZ42.9528.8220.44-
YUV144.19113.23194.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.86%
GREEN value IS 102 (40.23% from 255) = 22.32%
BLUE value IS 118 (46.48% from 255) = 25.82%
R=51.86%
G=22.32%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710211800.570.500.07352.8978.9566.47
HexED66760393271614f42
Octal355146166071627541117102
Binary1110110111001101110110011100111001011110110000110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6676; }

 p { color: rgb(237,102,118); }

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

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

 a { background-color: rgb(237,102,118); }

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

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

 span { border-color: rgb(237,102,118); }

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