#EA5F71

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

Shades of Froly #EA5F71

Tints of Froly #EA5F71

Color information

#EA5F71 (or 0xEA5F71) is unknown color: approx Froly. HEX triplet: EA, 5F and 71. RGB value is (234,95,113). Sum of RGB (Red+Green+Blue) = 234+95+113=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5F71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5F71 is #15A08E. Grayscale: #8A8A8A. Windows color (decimal): -1417359 or 7430122. OLE color: 7430122.

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

Color convert

RGB23495113-
CMYK00.590.520.08
HSL352.23º76.8%64.51%-
HSV(B)352.23º59.4%91.76%-
XYZ4126.8718.65-
YUV138.61113.55196.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.94%
GREEN value IS 95 (37.5% from 255) = 21.49%
BLUE value IS 113 (44.53% from 255) = 25.57%
R=52.94%
G=21.49%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349511300.590.520.08352.2376.864.51
HexEA5F7103B3481604d41
Octal3521371610736410540115101
Binary11101010101111111100010111011110100100010110000010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5F71; }

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

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

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

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

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

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

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

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