#EA6B75

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

Shades of Froly #EA6B75

Tints of Froly #EA6B75

Color information

#EA6B75 (or 0xEA6B75) is unknown color: approx Froly. HEX triplet: EA, 6B and 75. RGB value is (234,107,117). Sum of RGB (Red+Green+Blue) = 234+107+117=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 107 (42.19% from 255 or 23.36% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6B75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6B75 is #15948A. Grayscale: #929292. Windows color (decimal): -1414283 or 7695338. OLE color: 7695338.

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

Color convert

RGB234107117-
CMYK00.540.50.08
HSL355.28º75.15%66.86%-
HSV(B)355.28º54.27%91.76%-
XYZ42.429.2920.25-
YUV146.11111.58190.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.09%
GREEN value IS 107 (42.19% from 255) = 23.36%
BLUE value IS 117 (46.09% from 255) = 25.55%
R=51.09%
G=23.36%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410711700.540.50.08355.2875.1566.86
HexEA6B750363281634b43
Octal3521531650666210543113103
Binary11101010110101111101010110110110010100010110001110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6B75; }

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

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

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

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

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

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

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

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