#ea7c80

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

Shades of Froly #EA7C80

Tints of Froly #EA7C80

Color information

#EA7C80 (or 0xEA7C80) is unknown color: approx Froly. HEX triplet: EA, 7C and 80. RGB value is (234,124,128). Sum of RGB (Red+Green+Blue) = 234+124+128=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7C80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7C80 is #15837F. Grayscale: #9D9D9D. Windows color (decimal): -1409920 or 8420586. OLE color: 8420586.

HSL color Cylindrical-coordinate representation of color #EA7C80: hue angle of 357.82º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA7C80 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB234124128-
CMYK00.470.450.08
HSL357.82º72.37%70.2%-
HSV(B)357.82º47.01%91.76%-
XYZ45.0433.4724.51-
YUV157.35111.44182.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.15%
GREEN value IS 124 (48.83% from 255) = 25.51%
BLUE value IS 128 (50.39% from 255) = 26.34%
R=48.15%
G=25.51%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412412800.470.450.08357.8272.3770.2
HexEA7C8002F2D81664846
Octal3521742000575510546110106
Binary111010101111100100000000101111101101100010110011010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea7c80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea7c80; }

 p { color: rgb(234,124,128); }

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

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

 a { background-color: rgb(234,124,128); }

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

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

 span { border-color: rgb(234,124,128); }

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