#ED6071

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

Shades of Froly #ED6071

Tints of Froly #ED6071

Color information

#ED6071 (or 0xED6071) is unknown color: approx Froly. HEX triplet: ED, 60 and 71. RGB value is (237,96,113). Sum of RGB (Red+Green+Blue) = 237+96+113=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6071 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED6071 is #129F8E. Grayscale: #8C8C8C. Windows color (decimal): -1220495 or 7430381. OLE color: 7430381.

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

Color convert

RGB23796113-
CMYK00.590.520.07
HSL352.77º79.66%65.29%-
HSV(B)352.77º59.49%92.94%-
XYZ42.0927.5618.72-
YUV140.1112.71197.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.14%
GREEN value IS 96 (37.89% from 255) = 21.52%
BLUE value IS 113 (44.53% from 255) = 25.34%
R=53.14%
G=21.52%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379611300.590.520.07352.7779.6665.29
HexED607103B3471615041
Octal355140161073647541120101
Binary1110110111000001110001011101111010011110110000110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6071; }

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

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

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

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

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

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

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

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