#ED777A

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

Shades of Froly #ED777A

Tints of Froly #ED777A

Color information

#ED777A (or 0xED777A) is unknown color: approx Froly. HEX triplet: ED, 77 and 7A. RGB value is (237,119,122). Sum of RGB (Red+Green+Blue) = 237+119+122=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 119 (46.88% from 255 or 24.90% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED777A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED777A is #128885. Grayscale: #9A9A9A. Windows color (decimal): -1214598 or 8026093. OLE color: 8026093.

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

Color convert

RGB237119122-
CMYK00.500.490.07
HSL358.47º76.62%69.8%-
HSV(B)358.47º49.79%92.94%-
XYZ45.0332.622.33-
YUV154.62109.59186.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.58%
GREEN value IS 119 (46.88% from 255) = 24.90%
BLUE value IS 122 (48.05% from 255) = 25.52%
R=49.58%
G=24.90%
B=25.52%

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
Decimal23711912200.500.490.07358.4776.6269.8
HexED777A0323171664d46
Octal355167172062617546115106
Binary1110110111101111111010011001011000111110110011010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED777A; }

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

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

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

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

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

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

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

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