#EA6679

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

Shades of Froly #EA6679

Tints of Froly #EA6679

Color information

#EA6679 (or 0xEA6679) is unknown color: approx Froly. HEX triplet: EA, 66 and 79. RGB value is (234,102,121). Sum of RGB (Red+Green+Blue) = 234+102+121=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 121 (47.66% from 255 or 26.48% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6679 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6679 is #159986. Grayscale: #8F8F8F. Windows color (decimal): -1415559 or 7956202. OLE color: 7956202.

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

Color convert

RGB234102121-
CMYK00.560.480.08
HSL351.36º75.86%65.88%-
HSV(B)351.36º56.41%91.76%-
XYZ42.1328.3821.35-
YUV143.63115.23192.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.20%
GREEN value IS 102 (40.23% from 255) = 22.32%
BLUE value IS 121 (47.66% from 255) = 26.48%
R=51.20%
G=22.32%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410212100.560.480.08351.3675.8665.88
HexEA667903830815f4c42
Octal3521461710706010537114102
Binary11101010110011011110010111000110000100010101111110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6679; }

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

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

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

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

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

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

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

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