#EA6167

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

Shades of Froly #EA6167

Tints of Froly #EA6167

Color information

#EA6167 (or 0xEA6167) is unknown color: approx Froly. HEX triplet: EA, 61 and 67. RGB value is (234,97,103). Sum of RGB (Red+Green+Blue) = 234+97+103=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 103 (40.62% from 255 or 23.73% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6167 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6167 is #159E98. Grayscale: #8A8A8A. Windows color (decimal): -1416857 or 6775274. OLE color: 6775274.

HSL color Cylindrical-coordinate representation of color #EA6167: hue angle of 357.37º 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 #EA6167 is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB23497103-
CMYK00.590.560.08
HSL357.37º76.54%64.9%-
HSV(B)357.37º58.55%91.76%-
XYZ40.6527.0215.9-
YUV138.65107.89196.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.92%
GREEN value IS 97 (38.28% from 255) = 22.35%
BLUE value IS 103 (40.62% from 255) = 23.73%
R=53.92%
G=22.35%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349710300.590.560.08357.3776.5464.9
HexEA616703B3881654d41
Octal3521411470737010545115101
Binary11101010110000111001110111011111000100010110010110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6167; }

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

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

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

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

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

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

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

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