#ED767E

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

Shades of Froly #ED767E

Tints of Froly #ED767E

Color information

#ED767E (or 0xED767E) is unknown color: approx Froly. HEX triplet: ED, 76 and 7E. RGB value is (237,118,126). Sum of RGB (Red+Green+Blue) = 237+118+126=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #ED767E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED767E is #128981. Grayscale: #9A9A9A. Windows color (decimal): -1214850 or 8287981. OLE color: 8287981.

HSL color Cylindrical-coordinate representation of color #ED767E: hue angle of 355.97º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED767E is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB237118126-
CMYK00.500.470.07
HSL355.97º76.77%69.61%-
HSV(B)355.97º50.21%92.94%-
XYZ45.1732.4723.62-
YUV154.49111.92186.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.27%
GREEN value IS 118 (46.48% from 255) = 24.53%
BLUE value IS 126 (49.61% from 255) = 26.20%
R=49.27%
G=24.53%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711812600.500.470.07355.9776.7769.61
HexED767E0322F71644d46
Octal355166176062577544115106
Binary1110110111101101111110011001010111111110110010010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED767E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED767E; }

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

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

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

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

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

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

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

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