#EA6667

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

Shades of Froly #EA6667

Tints of Froly #EA6667

Color information

#EA6667 (or 0xEA6667) is unknown color: approx Froly. HEX triplet: EA, 66 and 67. RGB value is (234,102,103). Sum of RGB (Red+Green+Blue) = 234+102+103=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 103 (40.62% from 255 or 23.46% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6667 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6667 is #159998. Grayscale: #8D8D8D. Windows color (decimal): -1415577 or 6776554. OLE color: 6776554.

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

Color convert

RGB234102103-
CMYK00.560.560.08
HSL359.55º75.86%65.88%-
HSV(B)359.55º56.41%91.76%-
XYZ41.1327.9716.06-
YUV141.58106.23193.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.30%
GREEN value IS 102 (40.23% from 255) = 23.23%
BLUE value IS 103 (40.62% from 255) = 23.46%
R=53.30%
G=23.23%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410210300.560.560.08359.5575.8665.88
HexEA66670383881684c42
Octal3521461470707010550114102
Binary11101010110011011001110111000111000100010110100010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6667; }

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

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

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

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

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

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

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

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