#E46D7E

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

Shades of Froly #E46D7E

Tints of Froly #E46D7E

Color information

#E46D7E (or 0xE46D7E) is unknown color: approx Froly. HEX triplet: E4, 6D and 7E. RGB value is (228,109,126). Sum of RGB (Red+Green+Blue) = 228+109+126=463 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.24% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 126 (49.61% from 255 or 27.21% from 463); Max value from RGB is 228 - color contains mainly: red. Hex color #E46D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46D7E is #1B9281. Grayscale: #929292. Windows color (decimal): -1806978 or 8285668. OLE color: 8285668.

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

Color convert

RGB228109126-
CMYK00.520.450.11
HSL351.43º68.79%66.08%-
HSV(B)351.43º52.19%89.41%-
XYZ41.2328.9423.15-
YUV146.52116.42186.12-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 49.24%
GREEN value IS 109 (42.97% from 255) = 23.54%
BLUE value IS 126 (49.61% from 255) = 27.21%
R=49.24%
G=23.54%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22810912600.520.450.11351.4368.7966.08
HexE46D7E0342DB15f4542
Octal3441551760645513537105102
Binary11100100110110111111100110100101101101110101111110001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E46D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E46D7E; }

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

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

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

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

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

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

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

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