#ED6874

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

Shades of Froly #ED6874

Tints of Froly #ED6874

Color information

#ED6874 (or 0xED6874) is unknown color: approx Froly. HEX triplet: ED, 68 and 74. RGB value is (237,104,116). Sum of RGB (Red+Green+Blue) = 237+104+116=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 116 (45.70% from 255 or 25.38% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6874 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6874 is #12978B. Grayscale: #919191. Windows color (decimal): -1218444 or 7629037. OLE color: 7629037.

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

Color convert

RGB237104116-
CMYK00.560.510.07
HSL354.59º78.7%66.86%-
HSV(B)354.59º56.12%92.94%-
XYZ43.0329.1719.88-
YUV145.14111.56193.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 51.86%
GREEN value IS 104 (41.02% from 255) = 22.76%
BLUE value IS 116 (45.70% from 255) = 25.38%
R=51.86%
G=22.76%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710411600.560.510.07354.5978.766.86
HexED68740383371634f43
Octal355150164070637543117103
Binary1110110111010001110100011100011001111110110001110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6874; }

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

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

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

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

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

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

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

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