#ED7778

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

Shades of Froly #ED7778

Tints of Froly #ED7778

Color information

#ED7778 (or 0xED7778) is unknown color: approx Froly. HEX triplet: ED, 77 and 78. RGB value is (237,119,120). Sum of RGB (Red+Green+Blue) = 237+119+120=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 120 (47.27% from 255 or 25.21% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7778 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7778 is #128887. Grayscale: #9A9A9A. Windows color (decimal): -1214600 or 7895021. OLE color: 7895021.

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

Color convert

RGB237119120-
CMYK00.500.490.07
HSL359.49º76.62%69.8%-
HSV(B)359.49º49.79%92.94%-
XYZ44.9132.5521.69-
YUV154.4108.59186.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.79%
GREEN value IS 119 (46.88% from 255) = 25%
BLUE value IS 120 (47.27% from 255) = 25.21%
R=49.79%
G=25%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711912000.500.490.07359.4976.6269.8
HexED77780323171674d46
Octal355167170062617547115106
Binary1110110111101111111000011001011000111110110011110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7778; }

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

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

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

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

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

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

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

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