#EA7B80

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

Shades of Froly #EA7B80

Tints of Froly #EA7B80

Color information

#EA7B80 (or 0xEA7B80) is unknown color: approx Froly. HEX triplet: EA, 7B and 80. RGB value is (234,123,128). Sum of RGB (Red+Green+Blue) = 234+123+128=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7B80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7B80 is #15847F. Grayscale: #9C9C9C. Windows color (decimal): -1410176 or 8420330. OLE color: 8420330.

HSL color Cylindrical-coordinate representation of color #EA7B80: hue angle of 357.3º degrees, saturation: 0.73, 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 #EA7B80 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB234123128-
CMYK00.470.450.08
HSL357.3º72.55%70%-
HSV(B)357.3º47.44%91.76%-
XYZ44.9133.2224.47-
YUV156.76111.77183.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.25%
GREEN value IS 123 (48.44% from 255) = 25.36%
BLUE value IS 128 (50.39% from 255) = 26.39%
R=48.25%
G=25.36%
B=26.39%

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
Decimal23412312800.470.450.08357.372.5570
HexEA7B8002F2D81654946
Octal3521732000575510545111106
Binary111010101111011100000000101111101101100010110010110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7B80; }

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

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

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

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

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

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

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

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