#EA667C

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

Shades of Froly #EA667C

Tints of Froly #EA667C

Color information

#EA667C (or 0xEA667C) is unknown color: approx Froly. HEX triplet: EA, 66 and 7C. RGB value is (234,102,124). Sum of RGB (Red+Green+Blue) = 234+102+124=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 124 (48.83% from 255 or 26.96% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA667C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA667C is #159983. Grayscale: #909090. Windows color (decimal): -1415556 or 8152810. OLE color: 8152810.

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

Color convert

RGB234102124-
CMYK00.560.470.08
HSL350º75.86%65.88%-
HSV(B)350º56.41%91.76%-
XYZ42.3228.4522.33-
YUV143.98116.73192.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.87%
GREEN value IS 102 (40.23% from 255) = 22.17%
BLUE value IS 124 (48.83% from 255) = 26.96%
R=50.87%
G=22.17%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410212400.560.470.0835075.8665.88
HexEA667C0382F815e4c42
Octal3521461740705710536114102
Binary11101010110011011111000111000101111100010101111010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA667C; }

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

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

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

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

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

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

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

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