#EA6772

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

Shades of Froly #EA6772

Tints of Froly #EA6772

Color information

#EA6772 (or 0xEA6772) is unknown color: approx Froly. HEX triplet: EA, 67 and 72. RGB value is (234,103,114). Sum of RGB (Red+Green+Blue) = 234+103+114=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 103 (40.62% from 255 or 22.84% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6772 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6772 is #15988D. Grayscale: #8F8F8F. Windows color (decimal): -1415310 or 7497706. OLE color: 7497706.

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

Color convert

RGB234103114-
CMYK00.560.510.08
HSL354.96º75.72%66.08%-
HSV(B)354.96º55.98%91.76%-
XYZ41.8228.4119.2-
YUV143.42111.4192.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.88%
GREEN value IS 103 (40.62% from 255) = 22.84%
BLUE value IS 114 (44.92% from 255) = 25.28%
R=51.88%
G=22.84%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410311400.560.510.08354.9675.7266.08
HexEA67720383381634c42
Octal3521471620706310543114102
Binary11101010110011111100100111000110011100010110001110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6772; }

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

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

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

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

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

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

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

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