#E47B7C

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

Shades of Froly #E47B7C

Tints of Froly #E47B7C

Color information

#E47B7C (or 0xE47B7C) is unknown color: approx Froly. HEX triplet: E4, 7B and 7C. RGB value is (228,123,124). Sum of RGB (Red+Green+Blue) = 228+123+124=475 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 228 - color contains mainly: red. Hex color #E47B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47B7C is #1B8483. Grayscale: #9A9A9A. Windows color (decimal): -1803396 or 8158180. OLE color: 8158180.

HSL color Cylindrical-coordinate representation of color #E47B7C: hue angle of 359.43º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E47B7C is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB228123124-
CMYK00.460.460.11
HSL359.43º66.04%68.82%-
HSV(B)359.43º46.05%89.41%-
XYZ42.7232.1223.02-
YUV154.51110.79180.42-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 48%
GREEN value IS 123 (48.44% from 255) = 25.89%
BLUE value IS 124 (48.83% from 255) = 26.11%
R=48%
G=25.89%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812312400.460.460.11359.4366.0468.82
HexE47B7C02E2EB1674245
Octal3441731740565613547102105
Binary11100100111101111111000101110101110101110110011110000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47B7C; }

 p { color: rgb(228,123,124); }

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

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

 a { background-color: rgb(228,123,124); }

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

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

 span { border-color: rgb(228,123,124); }

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