#E46D7F

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

Shades of Froly #E46D7F

Tints of Froly #E46D7F

Color information

#E46D7F (or 0xE46D7F) is unknown color: approx Froly. HEX triplet: E4, 6D and 7F. RGB value is (228,109,127). Sum of RGB (Red+Green+Blue) = 228+109+127=464 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.14% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 228 - color contains mainly: red. Hex color #E46D7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46D7F is #1B9280. Grayscale: #929292. Windows color (decimal): -1806977 or 8351204. OLE color: 8351204.

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

Color convert

RGB228109127-
CMYK00.520.440.11
HSL350.92º68.79%66.08%-
HSV(B)350.92º52.19%89.41%-
XYZ41.2928.9623.49-
YUV146.63116.92186.04-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 49.14%
GREEN value IS 109 (42.97% from 255) = 23.49%
BLUE value IS 127 (50% from 255) = 27.37%
R=49.14%
G=23.49%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810912700.520.440.11350.9268.7966.08
HexE46D7F0342CB15f4542
Octal3441551770645413537105102
Binary11100100110110111111110110100101100101110101111110001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46D7F; }

 p { color: rgb(228,109,127); }

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

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

 a { background-color: rgb(228,109,127); }

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

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

 span { border-color: rgb(228,109,127); }

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