#E47B7E

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

Shades of Froly #E47B7E

Tints of Froly #E47B7E

Color information

#E47B7E (or 0xE47B7E) is unknown color: approx Froly. HEX triplet: E4, 7B and 7E. RGB value is (228,123,126). Sum of RGB (Red+Green+Blue) = 228+123+126=477 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.80% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 228 - color contains mainly: red. Hex color #E47B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47B7E is #1B8481. Grayscale: #9A9A9A. Windows color (decimal): -1803394 or 8289252. OLE color: 8289252.

HSL color Cylindrical-coordinate representation of color #E47B7E: hue angle of 358.29º 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 #E47B7E is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB228123126-
CMYK00.460.450.11
HSL358.29º66.04%68.82%-
HSV(B)358.29º46.05%89.41%-
XYZ42.8432.1723.69-
YUV154.74111.79180.26-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.80%
GREEN value IS 123 (48.44% from 255) = 25.79%
BLUE value IS 126 (49.61% from 255) = 26.42%
R=47.80%
G=25.79%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812312600.460.450.11358.2966.0468.82
HexE47B7E02E2DB1664245
Octal3441731760565513546102105
Binary11100100111101111111100101110101101101110110011010000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47B7E; }

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

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

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

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

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

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

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

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