#ED777C

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

Shades of Froly #ED777C

Tints of Froly #ED777C

Color information

#ED777C (or 0xED777C) is unknown color: approx Froly. HEX triplet: ED, 77 and 7C. RGB value is (237,119,124). Sum of RGB (Red+Green+Blue) = 237+119+124=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 119 (46.88% from 255 or 24.79% from 480); Blue value is 124 (48.83% from 255 or 25.83% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED777C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED777C is #128883. Grayscale: #9A9A9A. Windows color (decimal): -1214596 or 8157165. OLE color: 8157165.

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

Color convert

RGB237119124-
CMYK00.500.480.07
HSL357.46º76.62%69.8%-
HSV(B)357.46º49.79%92.94%-
XYZ45.1632.6522.99-
YUV154.85110.59186.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.38%
GREEN value IS 119 (46.88% from 255) = 24.79%
BLUE value IS 124 (48.83% from 255) = 25.83%
R=49.38%
G=24.79%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711912400.500.480.07357.4676.6269.8
HexED777C0323071654d46
Octal355167174062607545115106
Binary1110110111101111111100011001011000011110110010110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED777C; }

 p { color: rgb(237,119,124); }

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

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

 a { background-color: rgb(237,119,124); }

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

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

 span { border-color: rgb(237,119,124); }

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