#E4707C

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

Shades of Froly #E4707C

Tints of Froly #E4707C

Color information

#E4707C (or 0xE4707C) is unknown color: approx Froly. HEX triplet: E4, 70 and 7C. RGB value is (228,112,124). Sum of RGB (Red+Green+Blue) = 228+112+124=464 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.14% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 228 - color contains mainly: red. Hex color #E4707C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4707C is #1B8F83. Grayscale: #949494. Windows color (decimal): -1806212 or 8155364. OLE color: 8155364.

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

Color convert

RGB228112124-
CMYK00.510.460.11
HSL353.79º68.24%66.67%-
HSV(B)353.79º50.88%89.41%-
XYZ41.4329.5422.59-
YUV148.05114.43185.02-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 49.14%
GREEN value IS 112 (44.14% from 255) = 24.14%
BLUE value IS 124 (48.83% from 255) = 26.72%
R=49.14%
G=24.14%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811212400.510.460.11353.7968.2466.67
HexE4707C0332EB1624443
Octal3441601740635613542104103
Binary11100100111000011111000110011101110101110110001010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4707C; }

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

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

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

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

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

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

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

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