#ea727f

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

Shades of Froly #EA727F

Tints of Froly #EA727F

Color information

#EA727F (or 0xEA727F) is unknown color: approx Froly. HEX triplet: EA, 72 and 7F. RGB value is (234,114,127). Sum of RGB (Red+Green+Blue) = 234+114+127=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EA727F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA727F is #158D80. Grayscale: #979797. Windows color (decimal): -1412481 or 8352490. OLE color: 8352490.

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

Color convert

RGB234114127-
CMYK00.510.460.08
HSL353.5º74.07%68.24%-
HSV(B)353.5º51.28%91.76%-
XYZ43.7831.0623.77-
YUV151.36114.26186.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.26%
GREEN value IS 114 (44.92% from 255) = 24%
BLUE value IS 127 (50% from 255) = 26.74%
R=49.26%
G=24%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411412700.510.460.08353.574.0768.24
HexEA727F0332E81624a44
Octal3521621770635610542112104
Binary11101010111001011111110110011101110100010110001010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea727f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea727f; }

 p { color: rgb(234,114,127); }

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

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

 a { background-color: rgb(234,114,127); }

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

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

 span { border-color: rgb(234,114,127); }

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