#ED747F

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

Shades of Froly #ED747F

Tints of Froly #ED747F

Color information

#ED747F (or 0xED747F) is unknown color: approx Froly. HEX triplet: ED, 74 and 7F. RGB value is (237,116,127). Sum of RGB (Red+Green+Blue) = 237+116+127=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED747F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED747F is #128B80. Grayscale: #999999. Windows color (decimal): -1215361 or 8353005. OLE color: 8353005.

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

Color convert

RGB237116127-
CMYK00.510.460.07
HSL354.55º77.07%69.22%-
HSV(B)354.55º51.05%92.94%-
XYZ4532.0323.89-
YUV153.43113.09187.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.38%
GREEN value IS 116 (45.70% from 255) = 24.17%
BLUE value IS 127 (50% from 255) = 26.46%
R=49.38%
G=24.17%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711612700.510.460.07354.5577.0769.22
HexED747F0332E71634d45
Octal355164177063567543115105
Binary1110110111101001111111011001110111011110110001110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED747F; }

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

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

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

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

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

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

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

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