#E47B7D

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

Shades of Froly #E47B7D

Tints of Froly #E47B7D

Color information

#E47B7D (or 0xE47B7D) is unknown color: approx Froly. HEX triplet: E4, 7B and 7D. RGB value is (228,123,125). Sum of RGB (Red+Green+Blue) = 228+123+125=476 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.90% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 228 - color contains mainly: red. Hex color #E47B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E47B7D is #1B8482. Grayscale: #9A9A9A. Windows color (decimal): -1803395 or 8223716. OLE color: 8223716.

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

Color convert

RGB228123125-
CMYK00.460.450.11
HSL358.86º66.04%68.82%-
HSV(B)358.86º46.05%89.41%-
XYZ42.7832.1423.35-
YUV154.62111.29180.34-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 47.90%
GREEN value IS 123 (48.44% from 255) = 25.84%
BLUE value IS 125 (49.22% from 255) = 26.26%
R=47.90%
G=25.84%
B=26.26%

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
Decimal22812312500.460.450.11358.8666.0468.82
HexE47B7D02E2DB1674245
Octal3441731750565513547102105
Binary11100100111101111111010101110101101101110110011110000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47B7D; }

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

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

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

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

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

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

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

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