#EA747E

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

Shades of Froly #EA747E

Tints of Froly #EA747E

Color information

#EA747E (or 0xEA747E) is unknown color: approx Froly. HEX triplet: EA, 74 and 7E. RGB value is (234,116,126). Sum of RGB (Red+Green+Blue) = 234+116+126=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 116 (45.70% from 255 or 24.37% from 476); Blue value is 126 (49.61% from 255 or 26.47% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EA747E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA747E is #158B81. Grayscale: #989898. Windows color (decimal): -1411970 or 8287466. OLE color: 8287466.

HSL color Cylindrical-coordinate representation of color #EA747E: hue angle of 354.92º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA747E is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB234116126-
CMYK00.500.460.08
HSL354.92º73.75%68.63%-
HSV(B)354.92º50.43%91.76%-
XYZ43.9431.4923.5-
YUV152.42113.09186.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.16%
GREEN value IS 116 (45.70% from 255) = 24.37%
BLUE value IS 126 (49.61% from 255) = 26.47%
R=49.16%
G=24.37%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411612600.500.460.08354.9273.7568.63
HexEA747E0322E81634a45
Octal3521641760625610543112105
Binary11101010111010011111100110010101110100010110001110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA747E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA747E; }

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

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

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

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

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

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

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

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