#EA6771

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

Shades of Froly #EA6771

Tints of Froly #EA6771

Color information

#EA6771 (or 0xEA6771) is unknown color: approx Froly. HEX triplet: EA, 67 and 71. RGB value is (234,103,113). Sum of RGB (Red+Green+Blue) = 234+103+113=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6771 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6771 is #15988E. Grayscale: #8F8F8F. Windows color (decimal): -1415311 or 7432170. OLE color: 7432170.

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

Color convert

RGB234103113-
CMYK00.560.520.08
HSL355.42º75.72%66.08%-
HSV(B)355.42º55.98%91.76%-
XYZ41.7628.3918.9-
YUV143.31110.9192.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52%
GREEN value IS 103 (40.62% from 255) = 22.89%
BLUE value IS 113 (44.53% from 255) = 25.11%
R=52%
G=22.89%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410311300.560.520.08355.4275.7266.08
HexEA67710383481634c42
Octal3521471610706410543114102
Binary11101010110011111100010111000110100100010110001110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6771; }

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

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

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

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

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

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

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

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