#ED5F71

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

Shades of Froly #ED5F71

Tints of Froly #ED5F71

Color information

#ED5F71 (or 0xED5F71) is unknown color: approx Froly. HEX triplet: ED, 5F and 71. RGB value is (237,95,113). Sum of RGB (Red+Green+Blue) = 237+95+113=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 113 (44.53% from 255 or 25.39% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5F71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5F71 is #12A08E. Grayscale: #8B8B8B. Windows color (decimal): -1220751 or 7430125. OLE color: 7430125.

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

Color convert

RGB23795113-
CMYK00.600.520.07
HSL352.39º79.78%65.1%-
HSV(B)352.39º59.92%92.94%-
XYZ4227.3818.69-
YUV139.51113.04197.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.26%
GREEN value IS 95 (37.5% from 255) = 21.35%
BLUE value IS 113 (44.53% from 255) = 25.39%
R=53.26%
G=21.35%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379511300.600.520.07352.3979.7865.1
HexED5F7103C3471605041
Octal355137161074647540120101
Binary1110110110111111110001011110011010011110110000010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5F71; }

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

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

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

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

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

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

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

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