#ED757C

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

Shades of Froly #ED757C

Tints of Froly #ED757C

Color information

#ED757C (or 0xED757C) is unknown color: approx Froly. HEX triplet: ED, 75 and 7C. RGB value is (237,117,124). Sum of RGB (Red+Green+Blue) = 237+117+124=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED757C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED757C is #128A83. Grayscale: #999999. Windows color (decimal): -1215108 or 8156653. OLE color: 8156653.

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

Color convert

RGB237117124-
CMYK00.510.480.07
HSL356.5º76.92%69.41%-
HSV(B)356.5º50.63%92.94%-
XYZ44.9232.1822.91-
YUV153.68111.26187.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.58%
GREEN value IS 117 (46.09% from 255) = 24.48%
BLUE value IS 124 (48.83% from 255) = 25.94%
R=49.58%
G=24.48%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711712400.510.480.07356.576.9269.41
HexED757C0333071644d45
Octal355165174063607544115105
Binary1110110111101011111100011001111000011110110010010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED757C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED757C; }

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

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

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

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

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

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

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

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