#EA777A

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

Shades of Froly #EA777A

Tints of Froly #EA777A

Color information

#EA777A (or 0xEA777A) is unknown color: approx Froly. HEX triplet: EA, 77 and 7A. RGB value is (234,119,122). Sum of RGB (Red+Green+Blue) = 234+119+122=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 119 (46.88% from 255 or 25.05% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EA777A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA777A is #158885. Grayscale: #999999. Windows color (decimal): -1411206 or 8026090. OLE color: 8026090.

HSL color Cylindrical-coordinate representation of color #EA777A: hue angle of 358.43º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA777A is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB234119122-
CMYK00.490.480.08
HSL358.43º73.25%69.22%-
HSV(B)358.43º49.15%91.76%-
XYZ44.0432.0922.29-
YUV153.73110.1185.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.26%
GREEN value IS 119 (46.88% from 255) = 25.05%
BLUE value IS 122 (48.05% from 255) = 25.68%
R=49.26%
G=25.05%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411912200.490.480.08358.4373.2569.22
HexEA777A0313081664945
Octal3521671720616010546111105
Binary11101010111011111110100110001110000100010110011010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA777A; }

 p { color: rgb(234,119,122); }

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

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

 a { background-color: rgb(234,119,122); }

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

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

 span { border-color: rgb(234,119,122); }

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