#ED747C

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

Shades of Froly #ED747C

Tints of Froly #ED747C

Color information

#ED747C (or 0xED747C) is unknown color: approx Froly. HEX triplet: ED, 74 and 7C. RGB value is (237,116,124). Sum of RGB (Red+Green+Blue) = 237+116+124=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED747C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED747C is #128B83. Grayscale: #999999. Windows color (decimal): -1215364 or 8156397. OLE color: 8156397.

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

Color convert

RGB237116124-
CMYK00.510.480.07
HSL356.03º77.07%69.22%-
HSV(B)356.03º51.05%92.94%-
XYZ44.8131.9522.87-
YUV153.09111.59187.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.69%
GREEN value IS 116 (45.70% from 255) = 24.32%
BLUE value IS 124 (48.83% from 255) = 26.00%
R=49.69%
G=24.32%
B=26.00%

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
Decimal23711612400.510.480.07356.0377.0769.22
HexED747C0333071644d45
Octal355164174063607544115105
Binary1110110111101001111100011001111000011110110010010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED747C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED747C; }

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

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

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

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

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

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

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

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