#ED747E

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

Shades of Froly #ED747E

Tints of Froly #ED747E

Color information

#ED747E (or 0xED747E) is unknown color: approx Froly. HEX triplet: ED, 74 and 7E. RGB value is (237,116,126). Sum of RGB (Red+Green+Blue) = 237+116+126=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 116 (45.70% from 255 or 24.22% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #ED747E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED747E is #128B81. Grayscale: #999999. Windows color (decimal): -1215362 or 8287469. OLE color: 8287469.

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

Color convert

RGB237116126-
CMYK00.510.470.07
HSL355.04º77.07%69.22%-
HSV(B)355.04º51.05%92.94%-
XYZ44.943223.55-
YUV153.32112.59187.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.48%
GREEN value IS 116 (45.70% from 255) = 24.22%
BLUE value IS 126 (49.61% from 255) = 26.30%
R=49.48%
G=24.22%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711612600.510.470.07355.0477.0769.22
HexED747E0332F71634d45
Octal355164176063577543115105
Binary1110110111101001111110011001110111111110110001110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED747E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED747E; }

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

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

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

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

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

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

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

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