#EA6E75

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

Shades of Froly #EA6E75

Tints of Froly #EA6E75

Color information

#EA6E75 (or 0xEA6E75) is unknown color: approx Froly. HEX triplet: EA, 6E and 75. RGB value is (234,110,117). Sum of RGB (Red+Green+Blue) = 234+110+117=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6E75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6E75 is #15918A. Grayscale: #939393. Windows color (decimal): -1413515 or 7696106. OLE color: 7696106.

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

Color convert

RGB234110117-
CMYK00.530.50.08
HSL356.61º74.7%67.45%-
HSV(B)356.61º52.99%91.76%-
XYZ42.7229.9320.35-
YUV147.87110.58189.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.76%
GREEN value IS 110 (43.36% from 255) = 23.86%
BLUE value IS 117 (46.09% from 255) = 25.38%
R=50.76%
G=23.86%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411011700.530.50.08356.6174.767.45
HexEA6E750353281654b43
Octal3521561650656210545113103
Binary11101010110111011101010110101110010100010110010110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6E75; }

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

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

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

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

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

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

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

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