#EA6B6C

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

Shades of Froly #EA6B6C

Tints of Froly #EA6B6C

Color information

#EA6B6C (or 0xEA6B6C) is unknown color: approx Froly. HEX triplet: EA, 6B and 6C. RGB value is (234,107,108). Sum of RGB (Red+Green+Blue) = 234+107+108=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 107 (42.19% from 255 or 23.83% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6B6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6B6C is #159493. Grayscale: #919191. Windows color (decimal): -1414292 or 7105514. OLE color: 7105514.

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

Color convert

RGB234107108-
CMYK00.540.540.08
HSL359.53º75.15%66.86%-
HSV(B)359.53º54.27%91.76%-
XYZ41.929.0917.59-
YUV145.09107.08191.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.12%
GREEN value IS 107 (42.19% from 255) = 23.83%
BLUE value IS 108 (42.58% from 255) = 24.05%
R=52.12%
G=23.83%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410710800.540.540.08359.5375.1566.86
HexEA6B6C0363681684b43
Octal3521531540666610550113103
Binary11101010110101111011000110110110110100010110100010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6B6C; }

 p { color: rgb(234,107,108); }

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

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

 a { background-color: rgb(234,107,108); }

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

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

 span { border-color: rgb(234,107,108); }

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