#ED7174

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

Shades of Froly #ED7174

Tints of Froly #ED7174

Color information

#ED7174 (or 0xED7174) is unknown color: approx Froly. HEX triplet: ED, 71 and 74. RGB value is (237,113,116). Sum of RGB (Red+Green+Blue) = 237+113+116=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 116 (45.70% from 255 or 24.89% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7174 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7174 is #128E8B. Grayscale: #969696. Windows color (decimal): -1216140 or 7631341. OLE color: 7631341.

HSL color Cylindrical-coordinate representation of color #ED7174: hue angle of 358.55º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED7174 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB237113116-
CMYK00.520.510.07
HSL358.55º77.5%68.63%-
HSV(B)358.55º52.32%92.94%-
XYZ43.9831.0820.2-
YUV150.42108.58189.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.86%
GREEN value IS 113 (44.53% from 255) = 24.25%
BLUE value IS 116 (45.70% from 255) = 24.89%
R=50.86%
G=24.25%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711311600.520.510.07358.5577.568.63
HexED71740343371674e45
Octal355161164064637547116105
Binary1110110111100011110100011010011001111110110011110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7174; }

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

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

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

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

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

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

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

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