#EA6B6D

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

Shades of Froly #EA6B6D

Tints of Froly #EA6B6D

Color information

#EA6B6D (or 0xEA6B6D) is unknown color: approx Froly. HEX triplet: EA, 6B and 6D. RGB value is (234,107,109). Sum of RGB (Red+Green+Blue) = 234+107+109=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6B6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6B6D is #159492. Grayscale: #919191. Windows color (decimal): -1414291 or 7171050. OLE color: 7171050.

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

Color convert

RGB234107109-
CMYK00.540.530.08
HSL359.06º75.15%66.86%-
HSV(B)359.06º54.27%91.76%-
XYZ41.9529.1117.88-
YUV145.2107.58191.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52%
GREEN value IS 107 (42.19% from 255) = 23.78%
BLUE value IS 109 (42.97% from 255) = 24.22%
R=52%
G=23.78%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410710900.540.530.08359.0675.1566.86
HexEA6B6D0363581674b43
Octal3521531550666510547113103
Binary11101010110101111011010110110110101100010110011110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6B6D; }

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

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

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

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

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

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

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

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