#EA5F6D

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

Shades of Froly #EA5F6D

Tints of Froly #EA5F6D

Color information

#EA5F6D (or 0xEA5F6D) is unknown color: approx Froly. HEX triplet: EA, 5F and 6D. RGB value is (234,95,109). Sum of RGB (Red+Green+Blue) = 234+95+109=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5F6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5F6D is #15A092. Grayscale: #8A8A8A. Windows color (decimal): -1417363 or 7167978. OLE color: 7167978.

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

Color convert

RGB23495109-
CMYK00.590.530.08
HSL353.96º76.8%64.51%-
HSV(B)353.96º59.4%91.76%-
XYZ40.7826.7817.49-
YUV138.16111.55196.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.42%
GREEN value IS 95 (37.5% from 255) = 21.69%
BLUE value IS 109 (42.97% from 255) = 24.89%
R=53.42%
G=21.69%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349510900.590.530.08353.9676.864.51
HexEA5F6D03B3581624d41
Octal3521371550736510542115101
Binary11101010101111111011010111011110101100010110001010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5F6D; }

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

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

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

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

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

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

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

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