#EA5D69

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

Shades of Froly #EA5D69

Tints of Froly #EA5D69

Color information

#EA5D69 (or 0xEA5D69) is unknown color: approx Froly. HEX triplet: EA, 5D and 69. RGB value is (234,93,105). Sum of RGB (Red+Green+Blue) = 234+93+105=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 105 (41.41% from 255 or 24.31% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5D69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5D69 is #15A296. Grayscale: #888888. Windows color (decimal): -1417879 or 6905322. OLE color: 6905322.

HSL color Cylindrical-coordinate representation of color #EA5D69: hue angle of 354.89º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA5D69 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB23493105-
CMYK00.600.550.08
HSL354.89º77.05%64.12%-
HSV(B)354.89º60.26%91.76%-
XYZ40.426.3416.32-
YUV136.53110.21197.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.17%
GREEN value IS 93 (36.72% from 255) = 21.53%
BLUE value IS 105 (41.41% from 255) = 24.31%
R=54.17%
G=21.53%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349310500.600.550.08354.8977.0564.12
HexEA5D6903C3781634d40
Octal3521351510746710543115100
Binary11101010101110111010010111100110111100010110001110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5D69; }

 p { color: rgb(234,93,105); }

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

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

 a { background-color: rgb(234,93,105); }

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

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

 span { border-color: rgb(234,93,105); }

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