#E46F7C

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

Shades of Froly #E46F7C

Tints of Froly #E46F7C

Color information

#E46F7C (or 0xE46F7C) is unknown color: approx Froly. HEX triplet: E4, 6F and 7C. RGB value is (228,111,124). Sum of RGB (Red+Green+Blue) = 228+111+124=463 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.24% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 228 - color contains mainly: red. Hex color #E46F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46F7C is #1B9083. Grayscale: #939393. Windows color (decimal): -1806468 or 8155108. OLE color: 8155108.

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

Color convert

RGB228111124-
CMYK00.510.460.11
HSL353.33º68.42%66.47%-
HSV(B)353.33º51.32%89.41%-
XYZ41.3229.3222.55-
YUV147.46114.76185.44-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 49.24%
GREEN value IS 111 (43.75% from 255) = 23.97%
BLUE value IS 124 (48.83% from 255) = 26.78%
R=49.24%
G=23.97%
B=26.78%

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
Decimal22811112400.510.460.11353.3368.4266.47
HexE46F7C0332EB1614442
Octal3441571740635613541104102
Binary11100100110111111111000110011101110101110110000110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46F7C; }

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

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

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

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

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

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

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

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