#ED747D

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

Shades of Froly #ED747D

Tints of Froly #ED747D

Color information

#ED747D (or 0xED747D) is unknown color: approx Froly. HEX triplet: ED, 74 and 7D. RGB value is (237,116,125). Sum of RGB (Red+Green+Blue) = 237+116+125=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED747D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED747D is #128B82. Grayscale: #999999. Windows color (decimal): -1215363 or 8221933. OLE color: 8221933.

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

Color convert

RGB237116125-
CMYK00.510.470.07
HSL355.54º77.07%69.22%-
HSV(B)355.54º51.05%92.94%-
XYZ44.8731.9823.21-
YUV153.2112.09187.77-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.58%
GREEN value IS 116 (45.70% from 255) = 24.27%
BLUE value IS 125 (49.22% from 255) = 26.15%
R=49.58%
G=24.27%
B=26.15%

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
Decimal23711612500.510.470.07355.5477.0769.22
HexED747D0332F71644d45
Octal355164175063577544115105
Binary1110110111101001111101011001110111111110110010010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED747D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED747D; }

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

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

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

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

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

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

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

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