#EA727E

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

Shades of Froly #EA727E

Tints of Froly #EA727E

Color information

#EA727E (or 0xEA727E) is unknown color: approx Froly. HEX triplet: EA, 72 and 7E. RGB value is (234,114,126). Sum of RGB (Red+Green+Blue) = 234+114+126=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EA727E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA727E is #158D81. Grayscale: #979797. Windows color (decimal): -1412482 or 8286954. OLE color: 8286954.

HSL color Cylindrical-coordinate representation of color #EA727E: hue angle of 354º 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 #EA727E is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB234114126-
CMYK00.510.460.08
HSL354º74.07%68.24%-
HSV(B)354º51.28%91.76%-
XYZ43.7131.0323.42-
YUV151.25113.76187.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.37%
GREEN value IS 114 (44.92% from 255) = 24.05%
BLUE value IS 126 (49.61% from 255) = 26.58%
R=49.37%
G=24.05%
B=26.58%

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
Decimal23411412600.510.460.0835474.0768.24
HexEA727E0332E81624a44
Octal3521621760635610542112104
Binary11101010111001011111100110011101110100010110001010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA727E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA727E; }

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

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

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

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

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

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

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

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