#EA6B77

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

Shades of Froly #EA6B77

Tints of Froly #EA6B77

Color information

#EA6B77 (or 0xEA6B77) is unknown color: approx Froly. HEX triplet: EA, 6B and 77. RGB value is (234,107,119). Sum of RGB (Red+Green+Blue) = 234+107+119=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 107 (42.19% from 255 or 23.26% from 460); Blue value is 119 (46.88% from 255 or 25.87% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6B77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6B77 is #159488. Grayscale: #929292. Windows color (decimal): -1414281 or 7826410. OLE color: 7826410.

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

Color convert

RGB234107119-
CMYK00.540.490.08
HSL354.33º75.15%66.86%-
HSV(B)354.33º54.27%91.76%-
XYZ42.5229.3420.87-
YUV146.34112.58190.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.87%
GREEN value IS 107 (42.19% from 255) = 23.26%
BLUE value IS 119 (46.88% from 255) = 25.87%
R=50.87%
G=23.26%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410711900.540.490.08354.3375.1566.86
HexEA6B770363181624b43
Octal3521531670666110542113103
Binary11101010110101111101110110110110001100010110001010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6B77; }

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

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

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

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

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

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

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

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