#EA6A72

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

Shades of Froly #EA6A72

Tints of Froly #EA6A72

Color information

#EA6A72 (or 0xEA6A72) is unknown color: approx Froly. HEX triplet: EA, 6A and 72. RGB value is (234,106,114). Sum of RGB (Red+Green+Blue) = 234+106+114=454 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.54% from 454); Green value is 106 (41.80% from 255 or 23.35% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6A72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6A72 is #15958D. Grayscale: #919191. Windows color (decimal): -1414542 or 7498474. OLE color: 7498474.

HSL color Cylindrical-coordinate representation of color #EA6A72: hue angle of 356.25º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA6A72 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB234106114-
CMYK00.550.510.08
HSL356.25º75.29%66.67%-
HSV(B)356.25º54.7%91.76%-
XYZ42.1229.0219.3-
YUV145.18110.41191.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.54%
GREEN value IS 106 (41.80% from 255) = 23.35%
BLUE value IS 114 (44.92% from 255) = 25.11%
R=51.54%
G=23.35%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410611400.550.510.08356.2575.2966.67
HexEA6A720373381644b43
Octal3521521620676310544113103
Binary11101010110101011100100110111110011100010110010010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6A72; }

 p { color: rgb(234,106,114); }

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

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

 a { background-color: rgb(234,106,114); }

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

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

 span { border-color: rgb(234,106,114); }

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