#EA6768

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

Shades of Froly #EA6768

Tints of Froly #EA6768

Color information

#EA6768 (or 0xEA6768) is unknown color: approx Froly. HEX triplet: EA, 67 and 68. RGB value is (234,103,104). Sum of RGB (Red+Green+Blue) = 234+103+104=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 103 (40.62% from 255 or 23.36% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6768 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6768 is #159897. Grayscale: #8E8E8E. Windows color (decimal): -1415320 or 6842346. OLE color: 6842346.

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

Color convert

RGB234103104-
CMYK00.560.560.08
HSL359.54º75.72%66.08%-
HSV(B)359.54º55.98%91.76%-
XYZ41.2828.1916.36-
YUV142.28106.4193.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.06%
GREEN value IS 103 (40.62% from 255) = 23.36%
BLUE value IS 104 (41.02% from 255) = 23.58%
R=53.06%
G=23.36%
B=23.58%

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
Decimal23410310400.560.560.08359.5475.7266.08
HexEA67680383881684c42
Octal3521471500707010550114102
Binary11101010110011111010000111000111000100010110100010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6768; }

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

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

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

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

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

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

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

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