#ED7577

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

Shades of Froly #ED7577

Tints of Froly #ED7577

Color information

#ED7577 (or 0xED7577) is unknown color: approx Froly. HEX triplet: ED, 75 and 77. RGB value is (237,117,119). Sum of RGB (Red+Green+Blue) = 237+117+119=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7577 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7577 is #128A88. Grayscale: #999999. Windows color (decimal): -1215113 or 7828973. OLE color: 7828973.

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

Color convert

RGB237117119-
CMYK00.510.500.07
HSL359º76.92%69.41%-
HSV(B)359º50.63%92.94%-
XYZ44.6232.0621.29-
YUV153.11108.76187.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.11%
GREEN value IS 117 (46.09% from 255) = 24.74%
BLUE value IS 119 (46.88% from 255) = 25.16%
R=50.11%
G=24.74%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711711900.510.500.0735976.9269.41
HexED75770333271674d45
Octal355165167063627547115105
Binary1110110111101011110111011001111001011110110011110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7577; }

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

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

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

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

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

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

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

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