#EA6F74

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

Shades of Froly #EA6F74

Tints of Froly #EA6F74

Color information

#EA6F74 (or 0xEA6F74) is unknown color: approx Froly. HEX triplet: EA, 6F and 74. RGB value is (234,111,116). Sum of RGB (Red+Green+Blue) = 234+111+116=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6F74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6F74 is #15908B. Grayscale: #949494. Windows color (decimal): -1413260 or 7630826. OLE color: 7630826.

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

Color convert

RGB234111116-
CMYK00.530.500.08
HSL357.56º74.55%67.65%-
HSV(B)357.56º52.56%91.76%-
XYZ42.7730.1220.08-
YUV148.35109.75189.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.76%
GREEN value IS 111 (43.75% from 255) = 24.08%
BLUE value IS 116 (45.70% from 255) = 25.16%
R=50.76%
G=24.08%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411111600.530.500.08357.5674.5567.65
HexEA6F740353281664b44
Octal3521571640656210546113104
Binary11101010110111111101000110101110010100010110011010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6F74; }

 p { color: rgb(234,111,116); }

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

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

 a { background-color: rgb(234,111,116); }

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

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

 span { border-color: rgb(234,111,116); }

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